Search the web
Sign In
New User? Sign Up
net-ftp-common
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Some help please   Message List  
Reply | Forward Message #44 of 71 |
Re: [net-ftp-common] Some help please

Terrence Brannon wrote:


>
> if you use Net::FTP::Common, then you need to do this:
>
> if (! $FTP->login()) {
>
> or you can do this:
>
> if (! $FTP->login(Host => $Host)) {
>

but also note: you _never_ need to call login() when using Net::FTP::Common - it
automatically logs you in before performing any of its other API calls.

--
Terrence Brannon, terry@...



Sun Oct 17, 2004 1:02 pm

princepawn
Offline Offline
Send Email Send Email

Forward
Message #44 of 71 |
Expand Messages Author Sort by Date

hello, i am sandeep, a new mwmmber of this group, while running my program i came across a ftp error,when i tried to search for the same i came across this...
Sandeep TR
sandy_reply
Offline Send Email
Oct 17, 2004
7:19 am

... Hi Sandeep ... here, you are calling Debug() before $HOST is defined. I don't see how $HOST can get defined. If you include the complete program, that...
Terrence Brannon
princepawn
Offline Send Email
Oct 17, 2004
12:56 pm

... but also note: you _never_ need to call login() when using Net::FTP::Common - it automatically logs you in before performing any of its other API calls. --...
Terrence Brannon
princepawn
Offline Send Email
Oct 17, 2004
1:02 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help