[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Antwort: Re: Antwort: RE: FTP over proxy



You're right... now that I see the result, I see that it's not going to 
work.  Oh well, it was worth a try.

Hans, this isn't going to work unless you modify FTPAPI.


On 7/7/2011 3:42 AM, Hans.Bertol@xxxxxx wrote:
>
>     This work till the second login.
>     then the programm hangs
>     Code look now like this:
>     C                   EVAL      sess          = ftp_open(ProxyHost)
>
>     C                   IF        sess<  0
>
>     C                   EVAL      Msg           = ftp_errorMsg(0)
>
>     C                   RETURN
>     C                   ENDIF
>
>
>
>     C                   CALLP     ftp_Login(sess: ProxyUserId:
>     ProxyUsrPwd)
>
>
>     C                   EVAL      Login       = %Trim(UserId) + '@' + Host
>     C                   CALLP     ftp_Login(sess: Login)
>     C                   IF        sess<  0
>     C                   EVAL      Msg         = ftp_errorMsg(0)
>
>     C                   ENDIF
>
>     Log:
>     0: FTPAPI version 2.3 released on 2010-05-27
>     1: 220- GeNUGate-FTP-Relay OK.
>     1: 220- Authenticate with: pass
>     1: 220  OK
>     1:>  USER ua3hb
>     1: 331 Password required for method pass
>     1:>  PASS **********
>     1: 220- GeNUGate-FTP-Relay OK.
>     1: 220- Login with User@Host
>     1: 220- Please use Passive Mode (pasv)
>     1: 220  OK
>      *SYSTEM/ENDRQS        (after two minutes)
>     mit freundlichen Grüßen
>     Hans Bertol, ITF1
>     _________________________________
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------