Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP to local desktop

Status
Not open for further replies.

raccess

Programmer
Dec 31, 2002
91
US
Hi,

I'm novice to Unix. How can i ftp file from Unitx to my local PC desktop.

Could someone tell me step by step commands to do this?

Thanks in Advance,

R
 
1) On your PC, open a command window (Start->Run: cmd).

2) In the command window, type: [tt]ftp unixhostname[/tt]

3) Type your username when prompted. Type your password when prompted.

4) Use any of the following commands...

[tt]dir [/tt]Get directory of files on FTP server
[tt]cd <dir> [/tt]Change directory on server
[tt]get <file> [/tt]Get a file from server
[tt]bin [/tt]Set binary mode for binary files
[tt]bye [/tt]Log out and exit FTP

Those are the basics, but it should get you going.

Hope this helps.
 
For the novice there are plenty of FTP wrapper programs - I use FileZilla which is open source and available on sourceforge but a quick search on Google will find lots more.

Columb Healy
 
Open IE or another browser, type "ftp://servername".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top