Summary | ssh2_scp_recv fails if pathnames contain special characters |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | herde (at) tu-harburg (dot) de |
Created | 05/25/2008 (6250 days ago) |
Due | |
Updated | 05/26/2008 (6249 days ago) |
Assigned | 05/25/2008 (6250 days ago) |
Resolved | 05/26/2008 (6249 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
escapeshellarg() for the path argument of ssh2_scp_send too.
functions as well:
http://lists.horde.org/archives/cvs/Week-of-Mon-20080519/078864.html
escapeshellarg() for the path argument of ssh2_scp_send too. This
works in case of pathnames containing whitespace characters. But i
realize problems with german 'Umlaute' still if i try to upload a file
with such name. I don't know how to quote them here.
Assigned to Chuck Hagenbuch
functions as well:
http://lists.horde.org/archives/cvs/Week-of-Mon-20080519/078864.html
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ssh2_scp_recv failed if pathnames conains special characters
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
New Attachment: ssh2.php.patch
State ⇒ Unconfirmed
If using SSH2-Backend (VFS/ssh2.php) with gollem (1.0.3 or 1.2-cvs)
certain Pahtnames could not be downloaded (if it contains whitespace
i.e.). By using escapeshellarg() on the result of _getPath() i am able
to download the files as intended. Patch attached ...