-
Notifications
You must be signed in to change notification settings - Fork 321
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
SCP: Cannot perform operations list, copy on remote folders with names containing a space #551
Comments
Can you provide the ls -l output on your remote system of a directory that SCP is barfing on? It should also be in the log view/log viewer Thanks, |
[root@localhost CentOS]# ls -al |
[root@localhost CentOS]# cd NTFS |
“VirtualBox VMs--bak” and "Video Tutorial" ,Like this have no access |
In scp mode,If the folder name have spaces,No access to that folder;Not sh mode |
Out of curiosity does you have anything in your log view about the execution of scp and arguments? It could be a case of not escaping. C# does not come with a function to escape arguments for the shell. |
Ok, looks like this bug has been around a long long time, we were not properly encapsulating folder names with spaces in quotation marks as pscp (windows really) requires. |
…d in quotation marks to deal with spaces in folder names
In scp mode,If the folder name have spaces,No access to that folder;Folder name with no spaces,You can go
Version is 1.4.0.7
The text was updated successfully, but these errors were encountered: