We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: