If i start the perl script with "perl -d" i get.

can anyone help me with this output? Username and Password are
correct.


Frank



Trying 172.18.64.5...
Connected to 172.18.64.5.
Escape character is '^]'.
>>> CLI: 220 server ready - login please
220 server ready - login please
USER test1
>>> CLI: 331 password required
331 password required
PASS test1



Loading DB routines from perl5db.pl version 1.22
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(/usr/local/etc/acp.rc:3):        $ENV{PATH} =
"/bin:/usr/bin:/sbin:/usr/sbin";
  DB<1> main::(/usr/local/etc/acp.rc:5):       
if(!defined($ENV{PROXY_USERNAME}) or !defined($ENV{PROXY_PASSWD})) {
  DB<1> main::(/usr/local/etc/acp.rc:11):       $PROXY_USERNAME =
$ENV{PROXY_USERNAME};
  DB<1> main::(/usr/local/etc/acp.rc:12):       $PROXY_PASSWD   =
$ENV{PROXY_PASSWD};
  DB<1> main::(/usr/local/etc/acp.rc:14):       @pass =
getpwnam("$PROXY_USERNAME");
  DB<1> main::(/usr/local/etc/acp.rc:15):       if(!defined($pass[0])) {
  DB<1> main::(/usr/local/etc/acp.rc:16):               print STDERR
"Authentication failure...\n";
  DB<1> main::(/usr/local/etc/acp.rc:17):               exit(1);
  DB<1> Connection closed by foreign host.

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl


--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html

Reply via email to