http://www.perlmonks.org?node_id=996277


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

If I login interactively from the CLI on host, I do the following: FTP OPEN ip port USER DOMAIN\user1 DOMAIN/user1 or user1@FQDN all work pass password321 I get in successfully

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

    OK. Now we're getting somewhere. I'm guessing you want

    $ftp_user = 'DOMAIN\\user1';
    as your username definition.

    Alex / talexb / Toronto

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