Page is a not externally linkable
- Code, Content, and Presentation
-- WYSIWYG and Text Code Editors
---- FrontPage


Pat_Traynor - 2:27 pm on Apr 17, 2001 (gmt 0)


C:\WINDOWS> ftp myhost.com

Then you log in with name/password.

Some important commands from the ftp prompt:

ls -l (Get a list of files from the remote server)
(On some servers, "list" does the same thing as "ls -l".)
cd dir (change to "dir" on remote server)
lcd dir (change to "dir" on your PC)
get filename (download "filename" from remote server)
mget filename* (download all files matching "filname*")
put filename (upload "filename" to remote server)
mput filename* (upload all files matching "filname*")
bye (quit out of ftp)

These commands work if you're ftp'd into a unix server. I don't know what might happen on NT.


Thread source:: http://www.webmasterworld.com/html_editors/24.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com