FTP Copy

FTP Copy (fcp for short) is a program which currently has the ability to copy single files from your computer into any folder in any ftp site via the command line. It's definetly not the best of it's kind, but it gets the job done with minimal fuss. Both active and passive mode are supported. In the future the program may be extended to support wildcard copying, copying from the server, directory listings and other such features. If anyone wishes to add these features to the current codebase, mail me the new code and i'll put it up.



Latest version is 0.2.

Download it from the project download page.



fcp help screen:
FTP Copy 0.2
Usage: fcp [options] --server=server --file=filename

Options:
  -u, --user=username          The username to login with
  -p, --pass=password          The password to use
  -s, --server=server          The server to login to
  -P, --port=port              The port to use
  -l, --location=path          Where to put the file on the server
  -f, --file=filename          The file to upload
  -a, --active                 Don't use passive mode
  -t, --text                   Use ASCII (text) mode upload (unimp.)
  -q, --quiet                  Display no output

Made by Marius Andra in 2003, feedback to marius@hot.ee, flames to /dev/null


SourceForge.net Logo