Follow-up and Multiple FTP transfer module (mftp)

Notices and updates
Locked
Tim Johnson
Posts: 253
Joined: Thu Oct 07, 2004 7:21 pm
Location: Palmer Alaska USA

Follow-up and Multiple FTP transfer module (mftp)

Post by Tim Johnson »

I've written a newlisp application that uses the mftp module.
I've integrated the same into my IDE and project manager. I used this
application to force a full update of one of my client projects.

In one execution of the application, 11 different connections were
made. From 5 to 25 files were transfered on each connection
with a total of about 165 transfers.

This tells me that cormullion did a heck of a good job and also
confirms that the native socket functions of Lutz's were working
flawlessly.

Good work!
Thanks
Tim

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Nice to know, Tim, thanks. Glad to see that my beginner's luck is still holding out for you. As usual Lutz provides all the groundwork while I plant a few flowers!

Locked