Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interoperability with '/' in filenames #7857

Closed
cyberduck opened this issue Mar 21, 2014 · 7 comments
Closed

Interoperability with '/' in filenames #7857

cyberduck opened this issue Mar 21, 2014 · 7 comments
Assignees
Labels
bug ftp FTP Protocol Implementation low priority wontfix

Comments

@cyberduck
Copy link
Collaborator

2d009e5 created the issue

I am trying to transfer files from Photo Manager pro from my iPad to PC. 2 of the files are missing when I connect to Cyberduck for a FTP transfer.

@cyberduck
Copy link
Collaborator Author

2d009e5 commented

I tried to copy the toggle log drawer but was unable. I highlighted the text and right clicked. Nothing. Also, tried right clicking in the drawer--nothing. The list in the drawer shows the files that are missing but they are not shown in the box above so I can transfer. I clicked "view hidden files" and they still do not show. Thank you.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Press Ctrl-C to copy the transcript from the log drawer.

@cyberduck
Copy link
Collaborator Author

2d009e5 commented

220 ---------- Welcome to Photo Manager Pro ---------- 
FEAT
211-Extensions supported:
 MDTM
 MFMT
 SIZE
 MLST type*;size*;modify*;
 MLSD
 UTF8
211 End
USER Linkus
331 Password required for Linkus
PASS ********
230 User Linkus logged in.
OPTS UTF8 ON
502 Unknown command 'UTF8'
SYST
215 UNIX Type: L8
PWD
257 "/" is the current directory.
STAT /
211-localhost FTP server status:
211 End of Status
CWD /
200 directory changed to /
TYPE A
200 Type set to A
PASV
227 Entering Passive Mode (192,168,1,45,59,90)
MLSD
150 Accepted data connection
type=cdir;modify=20140315210350; .
type=dir;modify=20140315210350; Family
type=dir;modify=20140315210350; Friends
type=dir;modify=20140315210350; 2013/14 trip
type=dir;modify=20140315210350; Shopping
type=dir;modify=20140315210350; Tigger & Friends
type=dir;modify=20140315210350; Rome 2013
type=dir;modify=20140315210350; Gozo 2013/2014
type=dir;modify=20140315210350; Rome March/2014
226 Transfer complete.

The two last files are the ones not visible in the box above the log drawer:

  • Gozo 2013/2014
  • Rome March/2014
    Thank you for your help

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You can workaround this issue by renaming the folder from Gozo 2013/2014 to Gozo 2013 & 2014. On most file systems / is a reserved character denoting a file system path.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added failing test in 6201366.

@cyberduck
Copy link
Collaborator Author

2d009e5 commented

Replying to [comment:6 dkocher]:

You can workaround this issue by renaming the folder from Gozo 2013/2014 to Gozo 2013 & 2014. On most file systems / is a reserved character denoting a file system path.

I removed the '/' from both files and it worked! Thank you so very much!

@cyberduck
Copy link
Collaborator Author

2d009e5 commented

I removed the '/' from both files and it worked! Thank you so very much!

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation low priority wontfix
Projects
None yet
Development

No branches or pull requests

2 participants