ftp connection with ftp.exe doesn't work

Hello,

i want to upload new routeros into lots of mikrotiks. i wanted to use ftp.exe -s:scripts.txt
scripts.txt contains:
open 192.168.97.42
username
password
quote pasv
put c:\zal\install\mikrotik\advanced-tools-2.9.31-ns.npk advanced-tools-2.9.31-ns.npk

but it doesn’t work:
ftp> open 192.168.97.42
Systém je připojen k 192.168.97.42.
220 192.168.97.42 FTP server (MikroTik 2.9.30) ready
Uživatel (192.168.97.42:(none)):
331 Password required for admin

230 User admin logged in
ftp> quote pasv
227 Entering Passive Mode (192,168,97,42,4,213).
ftp> put c:\zal\install\mikrotik\advanced-tools-2.9.31-ns.npk advanced-tools-2.9.31-ns.npk
200 PORT command successful

total commander works ok, IE as well. ftp commander doesn’t… strange…
I’ve tried passive/active ascii/binary and nothing helped :frowning:
any idea?
thank you

Betolini

man, just use Dude and that’s all :slight_smile: it has mass upgrade feature

or use system upgrade. you will have to upload only to one router, others will download it automatically.

thank you, i will try dude because “system upgrade” probably won’t work cause routers don’t see (IP) others…Would be fine if routers will support donwloading packages through common ftp server (not just from a another mikrotik) in the future.