Opened 21 years ago
Last modified 19 years ago
#511 closed Bug report
OpenSSH_3.7.1p2 - FZ2.2.1b don't work together?
Reported by: | webwarrior | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | webwarrior, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Some production servers just upgraded to that version
of SSH and now FileZilla 2.2.1b can no longer upload files.
I use SFTP from the command line and I am able to
upload files.
What is causing this problem?
djamenity@…
Change History (6)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Notice something else in filezilla logs
/.../esp.event.com/fs/.rw/projects/products/www-
stage/content/azindex.shtml
The actual directoty is
/.../esp.event.com/fs/.rw/projects/products/www-
stage/content/az/index.shtml
Why is it dropping that last slash? az is the directory. I am
trying to upload index.shtml to the az directory
comment:3 by , 21 years ago
That last missing slash could be related to a but in the file
realpath.c which is present in OpenSSH_3.7.1p2. In the latest
snapshot version this bug has been fixed.
FileZilla sends the complete path to the server so that the
server can resolve symbolic links and remove dots. However in
the path OpenSSH sends back, the last slash is missing.
Until now I could not reproduce this problem myself, so I don't
know if the snapshot version really fixes this problem or not.
If possible, please try the latest snapshot version.
Another question: Are you using a chrooted SSH server?
comment:4 by , 21 years ago
Notice something else in filezilla logs
/.../esp.event.com/fs/.rw/projects/products/www-
stage/content/azindex.shtml
The actual directoty is
/.../esp.event.com/fs/.rw/projects/products/www-
stage/content/az/index.shtml
Why is it dropping that last slash? az is the directory. I am
trying to upload index.shtml to the az directory
comment:5 by , 21 years ago
I don't admin the servers so I have to see if they are willing
to update SSHD because of my problem. winscp works and
that's all the admins care about.
As for chrooted admin answered "Not to my knowledge"
comment:6 by , 19 years ago
This bug report has been closed due to inactivity and has possibly
already been solved.
You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).
As far as I know this problem is caused by OpenSSH. I got
several similar reports. It looks like there is a bug in the path
parsing code of OpenSSH. Especially on chrooted SSH servers
this seems to cause problems.
Please try updating to the latest snapshot version of
OpenSSH, this may fix your problem.