@hackage yjftp0.3.6.5
CUI FTP client like 'ftp', 'ncftp'
Categories
License
LicenseRef-GPL
Maintainer
Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Tested Compilers
Dependencies (7)
Dependents (1)
@hackage/acme-everything
Just CUI 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.
Once login, you can run command ls, cd, cat, put, get, edit, show
and so on.
And you can put or get immediately by doing following.
yjftp put filepath srvr.address/directorypath [user_name] [-p password] yjftp get srvr.address/filepath [user_name] [-p password]