ashchan / ftpsync
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
ftpsync /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon May 25 00:31:18 -0700 2009 | |
| |
README.md | Mon May 25 00:37:38 -0700 2009 | |
| |
ftp_sync.rb | Mon May 25 00:31:18 -0700 2009 |
README.md
FtpSync is a simple Ruby class to sync local directory to a remote ftp directory, or copy directories on remote server.
Usage
# ftp = FtpSync.new('ftp.site.com', 'user', 'password')
# ftp.sync('/Users/james/Desktop/test_ftp', '/home/james/Sites')
# ftp.copy_folder('folder1/pic', 'folder2/')
Note
FtpSync doesn't work for FTP server on Windows. Sorry Windows guys. I don't have a chance to test running it on Windows to sync to ftp server on *nix, either.
It's extracted from my personal project, use it at your own risk.
