sebastinas / yafc

Yafc is yet another ftp client (with some handy features)
Other
45 stars 16 forks source link

Error getting files with spaces in name #23

Closed cpages closed 12 years ago

cpages commented 12 years ago

At least since 1.2.2 trying to get a file with a space in the name fails with: yafc host:~> get foo\ bar.txt ~/foo bar.txt
Failed to start scp download: SCP: Warning: scp: /home/page/foo: No such file or directory

The name is cutted somewhre, I guess some escaping is missing.

This works ok in 1.2.0

sebastinas commented 12 years ago

Indeed. As a workaround one can disable scp altogether. I'll have a look at it and check why scp behaves here differently.