Since 4/2/2012 6:24:04 AM, milella_ has written 2 articles and participated in 0 conversations. milella_ signature: milella_
milella_'s articles:
Items(2) /1
net::sftp connection close022 (5/4/2006 10:27:08 AM) comp.lang.perl.modules Hi, I have a strange connection problem with sftp. It seems that connection is establish but when I try to download any file it return me an error. Here the code: eval { $sftp = Net::SFTP->new($conne... gino
sftp script11574 (10/28/2005 12:31:40 PM) comp.unix.programmer Hi at all, I'm Nicola. I'd like to know how i can create an automatic sftp access. I can't administer the user and password prompt. My little example/idea: #!/bin/sh ( echo "my_password"; sleep 3 ) | sftp ... gino