magic-filetransfer

module
v0.0.0-...-37760f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2016 License: GPL-3.0

README

magic-filetransfer

Transfer files like a magican!

magic-filetransfer is for people who want to transfer files without the hassle of configuration or IP-addresses. It magically detects the other side (which wants to recieve the file or which wants to transmit the file)

How do i use this?

Clone it and change into the directory:

git clone https://github.com/jannickfahlbusch/magic-filetransfer.git
cd magic-filetransfer

Compile and execute it:

go build -o mft src/*.go
./mft

OR Run it instantly:

go run src/*

This are the commandline flags you can use:

usage: mft [<flags>]

Flags:
      --help                     Show context-sensitive help (also try --help-long and --help-man).
  -f, --fileName=FILENAME         Name of the file to transmit
  -o, --outputDir=OUTPUTDIR      Directory to save the retrieved file in
      --outputName=OUTPUTNAME    Save the recieved file under a different name
  -h, --usage                    Print the usage for magic-filetransfer and exit
  -v, --version                  Print the version for magic-filetransfer
  -c, --client=CLIENT            IP-Address of the client you want to send the file to
  -s, --server=SERVER            IP-Address of the server you want to recieve the file from
      --disable-integrity-check  Disable the integrity-checks after the transfer - NOT recommended!

License

This program is licensed under the GPLv3

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL