Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: Unix 2 Perl Module FTP

by simbalion (Initiate)
on Sep 28, 2012 at 18:56 UTC ( [id://996276]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Unix 2 Perl Module FTP
in thread Unix 2 Perl Module FTP

I have tried the following: $ftp_user = "DOMAIN\user" and also the following: "DOMAIN/user" "\\DOMAIN\user" 'DOMAIN\/user' 'DOMAIN/\user' all of them: I have tried declaring a variable $ftp_domain = 'DOMAIN'; and including it on the login section of the f +tp module e.g. $ftp->login($ftp_user, $ftp_password) added these as well ($ftp_domain, $ftp_user, $ftp_password) still inv +alid user/pass I have alos hard coded the parameters in the above login statement ins +tead of using variables.

Replies are listed 'Best First'.
Re^5: Unix 2 Perl Module FTP
by talexb (Chancellor) on Sep 28, 2012 at 19:00 UTC

    I think one of us is missing the point.

    I don't think *setting* ftp_user's initial value is the problem -- I think you're running into a problem when you try to do an ftp login *using* the $ftp_user variable.

    Please tell me what error are you seeing. And replying with "It doesn't work" is the *wrong* answer.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://996276]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-19 06:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found