Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does not copy folders and files recursively #2

Open
jarucho opened this issue Dec 19, 2019 · 0 comments
Open

It does not copy folders and files recursively #2

jarucho opened this issue Dec 19, 2019 · 0 comments

Comments

@jarucho
Copy link

jarucho commented Dec 19, 2019

I am trying to use it in order to copy from a folder in an sftp into a local folder of my pc:

folder:
one_folder:
1 file.txt
other_file.txt
other_folder:
once_more_file.txt

The result in dest is that I have only "one_folder" and "other_folder" but both empty.

sftp.sync(src, dst, download=True, delete=True)
been src a folder in the ftp server, and dst a folder in my local machine.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant