in reply to Re: In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP
in thread In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP

Thanks for your response. Yes. we are using password authenticated sftp set up in place and need to use the same. So, you mean, we can simply use Net::SFTP::Foreign? it has nothing to do with installation?
  • Comment on Re^2: In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP

Replies are listed 'Best First'.
Re^3: In Perl, how to check for the remote folder existence using sftp command? Cant use Net:SFTP
by runrig (Abbot) on May 25, 2016 at 16:01 UTC
    What is preventing you from installing any other libraries? I think this is the first barrier you need to overcome.