Thanks...
And now it's seems like this...
$sftp->>put($file, $remote_path) or die
"...problem!...";

But it's still same error..I really stuck on it...


--- "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> wrote:

> roime puniran [rp], on Wednesday, December 15, 2004
> at 00:33 (-0800
> (PST)) typed:
> 
> $sftp->>put("$file", "$remote_path") or die
> "...problem
> rp> !...";
> 
> try to remove ", so it should be like
> $sftp->put($file, $remote_path) or ...
> 
> -- 
> 
>  ...m8s, cu l8r, Brano.
> 
> [You may be recognized soon.  Perhaps you should
> hide?]
> 
> 
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
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