Tuesday 4 August 2009

Downloading a file from the ftp

  1. open the terminal/command prompt
  2. type ftp ip address
  3. Enter your username and password
  4. you are now Logged in into the account
  5. you can browse through your shell using the unix commands like dir etc.
Now to download all the files in a folder
Check More Pan Card Details here - Pan Card Status
type this
get *
In general to download a specific file
try this
get filename

Hope this help