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