Skip to content

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

Description

@jianxin66

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions