rpachon has asked for the wisdom of the Perl Monks concerning the following question:

I am using Net:SFTP:Foreign to upload files and even though my program is just calling the put command, the server side person says that I am requesting a list (ls) command with every put. Is it really the Foreign SFTP put issuing an ls command or is this something the server program is doing? thanks

Replies are listed 'Best First'.
Re: Net:SFTP:Foreign put issue
by Mr. Muskrat (Canon) on Aug 19, 2014 at 15:22 UTC

    Without knowing anything about your script except for the sparse description above, it's hard to tell what is causing the described behavior.

    It does not look like Net::SFTP::Foreign is doing an ls with every put but it does use stat.

Re: Net:SFTP:Foreign put issue
by salva (Canon) on Aug 21, 2014 at 15:35 UTC
    No, it is not.