03-31-2023, 11:28 AM
I have solved my problem.
My mistake was entering the full location of the FTP folder in the 'Remote FTP path' field.
Following the tutorial, we add the following lines to the vsftpd.conf file:
user_sub_token=$USER
local_root=/home/$USER/FTP
This already indicates the location of the FTP folder. So if I enter only '/files' in "Remote FTP path" in "RoboDK , everything works correctly.
My mistake was entering the full location of the FTP folder in the 'Remote FTP path' field.
Following the tutorial, we add the following lines to the vsftpd.conf file:
user_sub_token=$USER
local_root=/home/$USER/FTP
This already indicates the location of the FTP folder. So if I enter only '/files' in "Remote FTP path" in "RoboDK , everything works correctly.