mikrotik fetch to synology ftp server - destroy file

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. :slight_smile: Google didnt found it. :frowning:

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

Hi,

i have similar problem - imho same issue.

http://forum.mikrotik.com/t/fetch-upload-bad-file-size/65291/2