yjftp-libs

CUI FTP client like 'ftp', 'ncftp'

http://homepage3.nifty.com/salamander/second/projects/yjftp/index.xhtml

Latest on Hackage:0.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-GPL licensed by Yoshikuni Jujo
Maintained by Yoshikuni Jujo

It will be library for yjftp.

Executable 'yjftp-ni" is sample. It may be removed.

yjftp-ni is command line FTP client.

If no arguments, then it ask server address, user name and password.

If only argument server address are given, then it try login as anonymous user.

If argument server address and user name, then it ask password.

And password can give by '-p [passwd]' from command line.

You can put or get immediately by doing following.

yjftp-ni put filepath srvr.address/directorypath [user_name] [-p password]

yjftp-ni get srvr.address/filepath [user_name] [-p password]