LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   valid characters in FTP filename? FTP server that can convert them on the fly? (https://www.linuxquestions.org/questions/linux-software-2/valid-characters-in-ftp-filename-ftp-server-that-can-convert-them-on-the-fly-4175504262/)

psycroptic 05-07-2014 05:27 PM

valid characters in FTP filename? FTP server that can convert them on the fly?
 
found recently that VLC pukes when trying to open FTP file names that have brackets in them. thinking that the bracket is an invalid character, is there any way for an FTP server to convert these to parentheses when presenting the file list, but still maintain the brackets in the name of the file on disk? (i'm using ProFTPD at the moment)

unSpawn 05-09-2014 03:53 AM

Quote:

Originally Posted by psycroptic (Post 5166611)
(..) is there any way for an FTP server to convert these to parentheses when presenting the file list, but still maintain the brackets in the name of the file on disk?

That should not (be allowed to) work that way. The problem isn't with your FTP daemon. An FTP daemon is an FTP daemon and not some arbitrary stream modification filter. Removing illegal characters from file names before uploading or after downloading them yourself is the way to go.


All times are GMT -5. The time now is 07:01 AM.