Hello, I've been transferring files using ftp and i noticed that it keeps on connecting for every file being transferred. Is there any way to just connect once and then do all the transfers? Currently i have something like this: filelist: read ftp://user:[EMAIL PROTECTED]/ foreach file filelist [write/binary file read/binary join ftp://user:[EMAIL PROTECTED]/ [file]]
