in reply to How could i FTP specific file from remote system ?

hi. first you want to turn off prompting with "prompt" ftp command. then you can use the ftp "mget" command and specify nok*. you probably also want to set binary/ascii mode before transfer as well.
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: How could i FTP specific file from remote system ?