Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels