Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 501 Bytes

Readme.md

File metadata and controls

21 lines (12 loc) · 501 Bytes

ftfr - Filetransfer

Transfer any file on your computer from one place to another.

Installation

$ go get github.com/pgurung/ftfr

Usuage

$ ftfr "Source filename" "Destination folder/filename"

  • If the destination folder does not exist a new folder with the name specified will be created.

Limitations

  • A filename has to be specified
  • You can use the same filename or choose a different one
  • Destination folder name has to be realtive

@p_gurung