>If anyone can shed any light on this it would be much appreciated!
>TIA

>From an old tested snippet I have, put takes 2 arguments

$sftp->put($put_from, "$put_to_dir/$file") || die "Can't open $!\n";



--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html





Thank you zentara. This did it. I had tried supplying a file name for
the remote side, but I hadn't thought to give it the _full_path_ on the
remote side. Now I know :)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to