Delete directory operations
How does WinSCP handle directory deletion?
It seems it is deleting every single item under a directory one by one.
Shouldn't it issue just a
rm -d -f -r <directory_name>
to the server. It is much much faster that way.
It seems it is deleting every single item under a directory one by one.
Shouldn't it issue just a
rm -d -f -r <directory_name>
to the server. It is much much faster that way.