sftpclone
sftpclone copied to clipboard
A tool for cloning/syncing a local directory tree with an SFTP server
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.1 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.15.1 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...
When we connect the server, files are show in root directory not as like folder structure which is save as local directory
Could you make it possible that sftpclone really *ignores* the excluded files which means that they do not get deleted on the remote server (similarly to .gitignore)?
When I run the same clone method that works perfectly on Ubuntu Server 16 LTS system on a Windows PC, I get the following error: ``` 2017-01-31 16:25:23,626 - DEBUG...
https://github.com/unbit/sftpclone/issues/22
A test that exposes the error when trying to create a nested directory on the remote as mention in #29. - [x] Handle creating of remote subdirectories