[Ssh-sftp-perl-users] Net:SSH2 file info not returning full hash
Brought to you by:
dbrobins
From: Yonatan K. <Yon...@Ka...> - 2008-02-06 17:29:58
|
I'm not getting the full hash back from $sftp->stat($filename) I'm just getting : $VAR1 = 'mtime'; $VAR2 = 3201930; $VAR3 = 'name'; $VAR4 = '/home/path/2/file.txt'; $VAR5 = 'atime'; $VAR6 = 151489008; This doesn't happen all the time, but when it does it all the info hashes come back like this.... Any ideas? I would think it would be an all or nothing sort of deal. Logging into the other server with FileZilla seems to give full info... thanks |