Sometime yesterday, ketan shah wrote:
what are the setting should be done for ftp
Run ftp from the command line (in Windows as in UNIX).
$ ftp ftp.my.insti Connected to ftp.my.insti Username: me Password: **** ftp > cd mydir CD command successful. ftp > binary Using binary mode data transfer. ftp > get myfile Getting myfile [some progress info] Done! ftp > bye Connection closed. $ ls myfile myfile $ echo 'Me happy, me gay!'
You can use CuteFTP or similar FTP client.
Manish J.