failure: invalid dst-path during FTP
Posted: Thu Jan 25, 2024 3:14 pm
Hi everyone!
I have an FTP server hosted at 172.28.4.52 I am trying to upload files to "/backup/" but it shows an invalid destination path
Please note that this destination location is valid, the user has read and write permission. I have tested by using FTP client software, and Huawei switch and I didn't find any issues.
Looking forward to getting help from the community. Below is a script that I have tried on Mikrotik. It returns "failure: invalid dst-path".
Thank you!
I have an FTP server hosted at 172.28.4.52 I am trying to upload files to "/backup/" but it shows an invalid destination path
Please note that this destination location is valid, the user has read and write permission. I have tested by using FTP client software, and Huawei switch and I didn't find any issues.
Looking forward to getting help from the community. Below is a script that I have tried on Mikrotik. It returns "failure: invalid dst-path".
Code: Select all
/tool fetch upload=yes mode=ftp ascii=no src-path=/file/DHCP.rsc dst-path="/backup/DHCP.rsc" address=172.28.4.52 port=21 user=dontry password=Laptop#2022