Make the Transfer() function return earlier without doing any initializations
for the cases where there's nothing to do in here, like for SFTP directory listings that already is complete when this function gets called. The init stuff clears byte counters which isn't really desired.
parent
5cf6a539
Please register or sign in to comment