[Ssh-sftp-perl-users] Determining sftp failure?
Brought to you by:
dbrobins
From: Mark F. <mar...@ea...> - 2004-01-30 22:08:16
|
How can I determine if a ->put() (or other operation) failed? It seems like sftp issues a warn but doesn't set a return code. I think a put returns a "0" on success and "" on failures. "ls" returns the number of lines listed. A "0" could mean an error? Is there a way to get access to the error messages sftp writes to the terminal? Thanks, Mark |