Home Up FAQ Bugs Feedback Contents Search

FTP
JavaScript Style Sheet Images FTP

 

 

Most operating systems (UNIX, NT, Windows 98) are shipped with a built-in FTP client that is accessed from a "console window". Many people don't use a console FTP client partly because they don't know one exists and partly because console FTP clients have a steeper learning curve. One you use, learn, and master a console FTP client you will very likely never use a graphical FTP client again. (It sounds crazy, but it's true for many people).

To use a console FTP client you will first need access to a "command prompt". This can be gained by opening a console window. You can do this in Windows 95/98/NT by looking in your "Start->Program" menu for "MS-DOS prompt" or "Command Prompt". You can also "Run" the command prompt executable by selecting "Start->Run" and entering the executable path "c:/windows/command/command.com" or "c:/winnt/system32/cmd.exe" (as the case may be).

Most UNIX environments use console windows and command prompts quite extensively and UNIX users are already comfortable using them (or should be).

Steps

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

Commands list

! delete literal prompt send
? debug ls put Status
append dir mdelete pwd Trace
ascii disconnect mdir quit Type
bell get mget quote User
binary glob mkdir recv Verbose
bye hash mls remotehelp  
cd help mput rename  
close lcd open rmdir  
 

 

Home ] Up ]

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