Opened 13 years ago
Closed 11 years ago
#7445 closed Bug report (duplicate)
SFTP: Unable to download if filename begins with space
Reported by: | Florian Schweikert | Owned by: | rajesh |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: | Fedora 15 / Arch Linux |
Description
Tried to download file over sftp with space at begin of filename gives me:
path/filen name: open for read: no such file or directory
seems to trim filename.
Filezilla 3.5.0_x86_64
Change History (10)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Operating system version: | Fedora 15 → Fedora 15 / Arch Linux |
---|
Hi Rajvihar,
I don't have much informations, just tested it again on Arch amd64 with filezille 3.5.3:
Upload to sftp:
local:/home/kelvan/Desktop/ testfile => remote:/tmp/ testfile
-> no problem
On remote machine:
-rw-r--r-- 1 kelvan users 0 Jul 10 14:54 \ testfile
filezilla shows the file as "testfile" without space.
Status: Starting download of /tmp/testfile
Command: get "testfile" "/home/kelvan/Desktop/testfile"
Error: /tmp/testfile: open for read: no such file or directory
Error: File transfer failed
comment:4 by , 12 years ago
Summary: | Unable to download if filename begins with space → SFTP: Unable to download if filename begins with space |
---|
comment:5 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | assigned → accepted |
comment:6 by , 12 years ago
hey Rajvihar, have you fixed this bug??? I wanted to work on this since the problem still persists.
comment:7 by , 12 years ago
This problem still exists in 3.6.0.2
(drove me nuts until I was able to find this page)
comment:8 by , 11 years ago
Same problem exists with leading spaces in directory names.
See my post here for error log:
https://forum.filezilla-project.org/viewtopic.php?f=2&t=30003
comment:9 by , 11 years ago
Status: | accepted → moreinfo_accepted |
---|
According to a StackOverflow post, SFTP output maybe can properly handle any kind of spaces
comment:10 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | moreinfo_accepted → closed |
This is a duplicate of #5315.
Hi Kelvan..
I want to work on this bug... Can you share with me more information on this.. Is anyone else working on it?