FTP howto
FTP transfers from the command line
ftp ftp://user:password@server.ip.or.hostname ftp> ls ftp> cd whateverfolder (changes directory on SERVER) ftp> get whateverfile.pdf ftp> lcd whateverfolder (changes LOCAL directory) ftp> mget *.pdf ftp> mget * ftp> put whateverfile.jpg ftp> quit |
Write a comment
You need to login to post comments!