Iain Morgan
Fri, 06 Feb 2009 17:08:44 -0800
Greetings, Currently lftp supports using parallel streams to get data files but not to put them. While pget can be very handy, it would also be nice to use multiple streams to upload data.
I asume the main issue would be the status file. It could keep track of what was last sent, but not what was actually received by the server. The could be an issue for resumed pput's. I'm not familiar enough with the lftp code. Are there any other issues with implementing pput support? Thanks -- Iain