Steps for FTP

1 ftp <sitename>
ftp www.boozshop.com

2 Enter user name for the site
santhosh

3 Enter password

4 Navigating to different directory
cd abc

5 uploading file
    Single file :- put <file name>
    Multiple files :- mput <file name / wild characters like *, ? is also allowed)
mput a*

6 downloading file
    Single file :- get <file name>
    Multiple files :- mget <file name / wild characters like *, ? is also allowed)
mget a*

7 Before uploading images type bin to change the mode to binary
bin

8 To view the uploading status type
hash

9. To disconnect
bye

 

Send mail to santhosh_emids@yahoo.com with questions or comments about this web site.
Last modified: November 16, 2000