Page is a not externally linkable
Pat_Traynor - 2:27 pm on Apr 17, 2001 (gmt 0)
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) These commands work if you're ftp'd into a unix server. I don't know what might happen on NT.
C:\WINDOWS> ftp myhost.com
(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)