You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,this is my operation as follows:
Does curlftpfs support file names with spaces? Is there any solution? Thanks.
The text was updated successfully, but these errors were encountered: