Putfiles and MLSD...
I am uploading image files (.Net assembly, putfiles command) to 5 different folders.
In each folder still thousands of images exist. (I know this is a bad design but the webshop has no other options)
Each time I upload a new image an MLSD command is sent to the ftp server.
So each image is uploaded in less than a second but the MLSD command blocks for many seconds (up to 50) until next image can be uploaded...
If I use Winscp as gui - the MLSD Command can be disables when not refreshing the destination folder...
How can I disable the MLSD Command in .net assembly?
Thanks in advance (Using V574)
Sven