SvnCommitToFTP (SC2FTP) is a program written in C# on the .NET Platform to upload files committed to a subversion repository to a specified FTP site.
SC2FTP supports the following subversion commands:
- Upload new file.
- Upload changes to a file.
- Delete file.
- Rename file (since it's technically counted as a delete / add).
- Create directory.
- Delete directory (if it is empty).
All SC2FTP commands are logged and timestamped in the log file.