FTP - File transfer Protocol |
| Thursday, 24 December 2009 03:48 | |||
|
FTP has been around for ages and it seems that it will exist forever. I myself prefer using scp when I can. However, FTP/SFTP allows you to segment your users and file system a bit more than you would with an sshd. FileZilla - The free FTP solution - great client and server... FTP Mirroring21.8. ftplib — FTP protocol client — Python v2.6.4 documentation - Tools/scripts/ftpmirror.py is a mirror script in python using ftplib.Did you know that you can mirror using wget? wget --mirror ftp://user: This e-mail address is being protected from spambots. You need JavaScript enabled to view it Will actually create a mirror in the cwd under ftp.thedomain.com directory. Wget Manual - Examples Mirrordir - Mirrors a directory tree in every detail
|

