Opened 18 years ago
Last modified 18 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)
Change History (2)
by , 18 years ago
Attachment: | fix_serverpath_autodetect.diff added |
---|
comment:1 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
Thanks, your patch has been applied.