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

After mount, read filename with spaces, permission denied occurred #3

Open
thomaslee0051 opened this issue Sep 8, 2022 · 3 comments

Comments

@thomaslee0051
Copy link

thomaslee0051 commented Sep 8, 2022

Hi,this is my operation as follows:

curlftpfs -o intr,async_read,default_permissions,allow_other,codepage=utf8 ftp://123:[email protected]:21  /data/ftp/my_dir
ls -ltr abc\ .mp4 
-rw-r--r--. 1 root root 12643479 Sep  8  2022 abc .mp4
sh-5.1#     
sh-5.1# less abc\ .mp4 
less: can't open 'abc .mp4': Permission denied
sh-5.1# 
sh-5.1# less abc\\x%20.mp4  
less: can't open 'abc\x%20.mp4': No such file or directory
sh-5.1# less abc%20.mp4    
less: can't open 'abc%20.mp4': No such file or directory

Does curlftpfs support file names with spaces? Is there any solution? Thanks.

@gustavopals
Copy link

same here

@lesca
Copy link

lesca commented Apr 15, 2024

same to me
any ideas after 2yrs?

@gustavopals
Copy link

i changed to 'sudo mount -t cifs', it's working with spaces, maybe this can help someone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants