Hi there
I've created a file with a script on a Unix-Host host named
fobar\r\r
My mistake.
Is it possible, to display this special filename in the FTP-Client or would it changed allready by the list-cmd of the ftp-server?
another little wish:
If supportet by the ftp-server
chmod with the sticky bit?
Thanks for this nice Programm
Peter
FTP-Client
-
- ALTAP Staff
- Posts: 1112
- Joined: 08 Dec 2005, 09:13
- Location: Novy Bor, Czech Republic
- Contact:
FTP handles names like fobar\r\r well. Backslash is allowed in Unix names, so it is no problem. When you try to copy such file to Windows, FTP prompts for changed name (backslash is not supported in Windows names), you can use Use Alternate Name command to auto-rename such names.
Sticky bit: send FTP command "site chmod +t name" ("name" is file/directory). See http://www.altap.cz/salam_en/help/ftp/u ... ftpcmd.htm
If there are more requests we can add some command for setting/clearing sticky bit to all selected file/dirs (recursively, etc.).
Sticky bit: send FTP command "site chmod +t name" ("name" is file/directory). See http://www.altap.cz/salam_en/help/ftp/u ... ftpcmd.htm
If there are more requests we can add some command for setting/clearing sticky bit to all selected file/dirs (recursively, etc.).
Hi Petr,
The fileame was fobar0xd0xd (fobar CR CR)
When I hit copy or rename, the serverresponse was similar: no such file 550?
I'v killed this file by an crobjob
Ver 2.5RC2
Sorry, the "\r" means 0x0D;Petr Solin wrote:FTP handles names like fobar\r\r well. Backslash is allowed in Unix names, so it is no problem. When you try to copy such file to Windows, FTP prompts for changed name
...
The fileame was fobar0xd0xd (fobar CR CR)
When I hit copy or rename, the serverresponse was similar: no such file 550?
I'v killed this file by an crobjob

Ver 2.5RC2
-
- ALTAP Staff
- Posts: 1112
- Joined: 08 Dec 2005, 09:13
- Location: Novy Bor, Czech Republic
- Contact:
LeechFtp can handle it a little. Changedir with right mouse button works, also filetransfer. The filename is displayed with an trailing (black) character.Petr Solin wrote:Line end characters are problem because they are used as FTP command ending (CR+LF). I think that it is not possible to bypass this problem. If you find some other FTP client handling such names, please let me know.
<http://www.download.com/3000-2356-10122208.html>
-
- ALTAP Staff
- Posts: 1112
- Joined: 08 Dec 2005, 09:13
- Location: Novy Bor, Czech Republic
- Contact: