Hi, the problem is simple:
i tried to use fetch as ftp client for uploading backup files to a ftp server. an example for this is to be found in the wiki:
http://wiki.mikrotik.com/wiki/Automatic_Backup_with_Centralized_Storage_-_By_Ashish_Patel
but since the fetch parameters were changed this doesn’t work anymore. i tried to use both src-path or dst-path instead of just path, but didn’t help. do you have a solution for this?
thx
I think you missed this part: of that wiki:
//this doesnt work, but i have no bugfix for this :-/
fetch does work, but after playing with it a while, it must be from a public server, either http or ftp protocol.
src-path is where is is located on the server, and dst-path is what you want to call it on the local (client) router when downloaded.
well it works for downloading files from the server, but not for uploading the backupfiles to the ftp server. thats the problem. the wiki article suggests that it worked with the old fetch with “path” parameter, but not for the new versions of the fetch command.