Skip remote directory listing
I'm using script to upload files, it looks like this:
So nothing special here, just connect and upload file.
The problem is that WinSCP always executes
LIST
command before file upload.
Remote directory contains 70000+ files and my download speed with that server is very low (but upload is very fast).
So in order to upload 1 tiny file my script have to wait for a few minutes to get the unnecessary directory listing.
Is there any way to skip that step?