git-ftp
git-ftp copied to clipboard
A quick and efficient way of pushing changed files to a website via FTP
Is there any viable solution to upload specific files that are included in `.gitignore`? This would be useful for cases where builds need to be uploaded but not tracked by...
https://gitorious.org/git-python
For now the script always connects to ftp server in passive mode. It would be nice to have ability to change it.
Are you planning to add support for SFTP (based on SSH protocol)?
Hello, Two commits. One that retries on network errors. Had some unstable connections to my servers that needed this. The other modification is that a .maintenance file gets added when...
This command does not make any change to the FTP server, it will print the potential changes that would be made to the FTP server if the script is invoked...
The file was constantly overwritten even when there was no change.
Some FTP servers limit the access to a sub-directory of the filesystem while other FTP servers expose the entire filesystem and could also start the FTP session to the user...
Tried to upload, got this error; remote: Traceback (most recent call last): remote: File "**_/git-ftp.py", line 357, in remote: main() remote: File "**_/git-ftp.py", line 107, in main remote: upload_diff(repo, oldtree,...