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
I'm attempting to download multiple subdirectories that contain files
if I use:
sftp.download!("path/to/remote/", "path/to/local", recursive: true)
I'll get all my subdirectories, the first subdirectory will have one file, but I'll get an error on the downloading the second file into the second directory ("path/to/remote/filename" (2, no such file))
but the file does exist
The text was updated successfully, but these errors were encountered:
I'm attempting to download multiple subdirectories that contain files
if I use:
sftp.download!("path/to/remote/", "path/to/local", recursive: true)
I'll get all my subdirectories, the first subdirectory will have one file, but I'll get an error on the downloading the second file into the second directory ("path/to/remote/filename" (2, no such file))
but the file does exist
The text was updated successfully, but these errors were encountered: