Opened 17 years ago

Last modified 17 years ago

#1515 closed Patch

Fix serverpath autodetect

Reported by: aggro80 Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: aggro80, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

This fixes partially bug [ 1690530 ] Paths without leading '/' character won't work in FTP/SFTP.

Current code in CServerPath::SetPath() will think that:
"AAAA/" is a DOS path while "aAAA/" is a UNIX path, while both of them should be detected as UNIX paths, because DOS path requires ':' in the path, which neither of these have.

Attachments (1)

fix_serverpath_autodetect.diff (839 bytes ) - added by aggro80 17 years ago.

Download all attachments as: .zip

Change History (2)

by aggro80, 17 years ago

comment:1 by Tim Kosse, 17 years ago

Thanks, your patch has been applied.

Note: See TracTickets for help on using tickets.