01-02-2019, 06:31 PM
One last issue remains. In my vsftpd.conf file I have the local_root set but the path has a directory with spaces in it and vsftpd won't switch to it and it dumps me in my home directory.
What is the proper way to format this line to allow the path with spaces in it?
Code:
local_enable=YES
local_root=/mnt/windows/home/users/My FTP Files/
What is the proper way to format this line to allow the path with spaces in it?