Thread Dateigröße mit SFTP ermitteln? (6 answers)
Opened by Ralf at 2012-11-04 11:29

GwenDragon
 2012-11-04 12:59
#163039 #163039
User since
2005-01-17
14540 Artikel
Admin1
[Homepage]
user image
Mit CPAN:Net::SSH2::SFTP gehts so:
Code (perl): (dl )
1
2
my %stat = $sftp->stat($Dateiname); 
$filesize_ftp = $stat{size};
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Dateigröße mit SFTP ermitteln?