- or download this
#!/usr/bin/perl -w
...
print "connected!";
$sftp->get("/tmp/tmp/test2.txt", "/home/advserv/sean/test2.txt");
- or download this
# ./sftp2.pl<br>
advlogs: Reading configuration data /home/advserv/.ssh/config<br>
...
advlogs: Algorithms, c->s: 3des-cbc hmac-sha1 none<br>
advlogs: Algorithms, s->c: 3des-cbc hmac-sha1 none<br>
Segmentation Fault (core dumped)
- or download this
# perl -v
This is perl, v5.6.1 built for sun4-solaris-64int
(with 48 registered patches, see perl -V for more detail)
- or download this
# perl -v
This is perl, v5.10.0 built for sun4-solaris