Hi,
I tried to set up central ftp backup. Each mikrotik automatically create backup → /tools fetch → send it on a ftp server.
In my scenario, ftp server is a synology. Unfortunately, during the transfer, files are damaged. (files are cut off)
If I use a windows ftp server, transfer is OK.
I deal with this all day, I hope that this information somebody helps. Google didnt found it.
janisk
March 7, 2013, 9:06am
2
i presume you used mode=ftp, but what did you set up for ascii= setting. Try to set to other one to see if problem is caused by binary vs ascii transfer mode.
Hi,…
Yes I used ftp… I tried both ascii settings (no and yes)… the problem (upload to synology ftp) still persists..
/tool fetch address=x.x.x.x src-path="sss.png" user=x password=x port=21 upload=yes mode=ftp
dst-path="home/ssssss.png" ascii=no
thanks for your replay janisk