Multiple /tool fetch

Hi There,

I wanted to fetch 4 files from an ftp server of mine.

I was hoping to be able to paste these commands into a terminal window. but it does not seem to work.

/tool fetch address=X.X.X.X src-path=/hotspot/logout.html dst-path=/hotspot/logout.html mode=ftp user=XXX password=XXX keep-result=yes port=21
/tool fetch address=X.X.X.X src-path=/hotspot/login.html dst-path=/hotspot/login.html mode=ftp user=XXX password=XXX keep-result=yes port=21
/tool fetch address=X.X.X.X src-path=/hotspot/status.html dst-path=/hotspot/status.html mode=ftp user=XXX password=XXX keep-result=yes port=21
/tool fetch address=X.X.X.X src-path=/hotspot/redirect.html dst-path=/hotspot/redirect.html mode=ftp user=XXX password=XXX keep-result=yes port=21


If I paste them in 1 at a time, they do work.

Any ideas ?

probably because you have to wait until the first transfer ends. you need some separator command between those.

What is a separator command ?

Do you mean any command ?

I tried delay 2