Skip to main content

Posts

Showing posts from August, 2009

Downloading a file from the ftp

open the terminal/command prompt type ftp ip address Enter your username and password you are now Logged in into the account you can browse through your shell using the unix commands like dir etc. Now to download all the files in a folder type this get * In general to download a specific file try this get filename Hope this help