looking for a way to load a file on a remote server onto many mt from each mt command line, rather than having to open the file menu on each one, and drag the file onto it. anyone know the cmd line would look like for that? or ideas on a better way to do this?
Actually, it isn’t a script.
/tool fetch address=xxx.xxx.xxx.xxx mode=http src-path=index.html dst-path=index.txt
This imports the file index.html from server xxx.xxx.xxx.xxx and changes the filename to index.txt
You may change mode=ftp if that is the protocol.
Just a warning: If you use this in a script, and the file does not exist, or the server does not respond, the script will abort.