You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, did you think about creating the remote directory structure instead of printing, that it doesn't exist?
Should be quite easy to add: sftp.makedirs(remotepath, mode=777)
on line 130/131, where it currently says print('Destination directory does not exist.') return
The text was updated successfully, but these errors were encountered:
Hi, did you think about creating the remote directory structure instead of printing, that it doesn't exist?
Should be quite easy to add:
sftp.makedirs(remotepath, mode=777)
on line 130/131, where it currently says
print('Destination directory does not exist.') return
The text was updated successfully, but these errors were encountered: