Hi all Is it possible to have a TO FTP act like a FROM FTP ?? I would like to download several things from a server that unfortunately only allows one connection pr. User. I know that you can use delay on FTP, but if they run on top of each other the FTP will allow only the first, which causes everything else to fail..
In my mind it would be something like this: ....... <route> <from timer> <to direct:ftp1> <to direct:ftp2> <to direct:ftp3> <to direct:ftp4> </route> <route> <from direct:ftp1> <to ftp:......> </route> <route> <from direct:ftp2> <to ftp:......> </route> ............ Hopefully someone has a trick up their sleeve :) Regards, Svend
