send files to network hard disk?

Hello,

I want to ask if i can send files to network hard disk?
i use the following script but no luck.

tool fetch address=10.10.0.200 src-path=new.txt user=xxx
mode=ftp password=xxx dst-path=new.txt upload=yes

10.10.0.200 → ip of network disk.

when i try to send files to other mikrotiks over my network everything is OK but to my network disk i have problem.
Message: failure: FTP server said: 550 File unavailable/inaccesable

Any Help???

550 means either the file doesn’t exist (which doesn’t make sense for an upload action), or that you don’t have access. Check that your credentials have write rights, or rights to overwrite an existing file.

I login to my network hard disk with username and password,
but how can i put them to the script correctly, so it will make the login automaticaly?

Maybe I’m misunderstanding you, but that is what the user and password parameters to the fetch tool are for.

Yes i know, so what is the problem and i can’t connect to the hard disk?

is there any other way to send files from a mikrotik to a network disk???