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

Antwort: RE: Antwort: Re: FTP over proxy



   Hi Mike,
   this are the lines
   ---------------------------------
   C* connect to Proxy-server.  If an error occurs,
   C*  display an error message and exit.
   C                   EVAL      sess2         = ftp_conn(ProxyDomain:

   C                                             ProxyUsrId: ProxyUsrPwd)
   C                   IF        sess2 < 0

   C                   EVAL      Msg           = ftp_errorMsg(0)

   C     'Proxyerror'  DUMP
   C                   RETURN
   --------------------------------
   The content of the fields are:
   MSG                   CHAR(52)             ' GeNUGate-FTP-Relay OK.
                             '
   SESS2                 INT(10)              -1
   'FFFFFFFF'X
   mit freundlichen Grüßen
   Hans Bertol, ITF1
   _________________________________
   Hans Bertol
   MAN Nutzfahrzeuge Österreich AG
   Geschäftseinheit Spezialfahrzeuge
   Factory IT Integration & Coordination (ITF1)
   und
   Notes Administration Österreich
   Brunner Strasse 44-50
   1230  Wien
   Tel: +43-1-86631-2129
   Mob +43-664-1000934
   mailto:Hans.Bertol@xxxxxx

   Mike Krebs <mkrebs@xxxxxxxxxxxxxxxxxx>
   Gesendet von: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx

   05.07.2011 05:54

                             Bitte antworten an
        HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>

                                                                       An

   HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>

                                                                    Kopie

                                                                    Thema

   RE: Antwort: Re: FTP over proxy

   Have you run the program in debug? Which line doesn't it like? Please
   post code!
   There appears to be nothing wrong with your login to the your proxy.
   But there is something wrong with your login to the FTP server. Is
   that true? Is that where the code is blowing up?
   ________________________________________
   From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   [ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
   Hans.Bertol@xxxxxx [Hans.Bertol@xxxxxx]
   Sent: Monday, July 04, 2011 1:54 AM
   To: HTTPAPI and FTPAPI Projects
   Subject: Antwort: Re: FTP over proxy
   Hi scott,
   when i use WSFTP it works fine
   WINSOCK.DLL: WinSock 2.0
   WS_FTP LE 5.08 2000.01.13, Copyright © 1992-2000 Ipswitch, Inc.
   - -
   connecting to 192.168.00.0:21
   Connected to 192.168.00.0 port 21
   220- GeNUGate-FTP-Relay OK.
   220- Authenticate with: pass
   220  OK
   USER ua3hb
   331 Password required for method pass
   PASS (hidden)
   220- GeNUGate-FTP-Relay OK.
   220- Login with User@Host
   220- Please use Passive Mode (pasv)
   220  OK
   USER LEISTUNG@xxxxxxxxxxxx
   331- Password required for LEISTUNG.
   * 220   Welcome to B2B-FTP-Server Telekom Austria AG
   331 Password required for LEISTUNG.
   PASS (hidden)
   230 User LEISTUNG logged in.
   CWD /OUT
   250 CWD command successful.
   PWD
   257 "/OUT" is current directory.
   Host type (I): UNIX (standard)
   PASV
   227 Entering Passive Mode (192,168,00,0,88,106)
   connecting to 192.168.00.0:22634
   so, what can i do in this case ?
   mit freundlichen Grüßen
   Hans Bertol, ITF1
   _________________________________
   Hans Bertol
   MAN Nutzfahrzeuge Österreich AG
   Geschäftseinheit Spezialfahrzeuge
   Factory IT Integration & Coordination (ITF1)
   und
   Notes Administration Österreich
   Brunner Strasse 44-50
   1230  Wien
   Tel: +43-1-86631-2129
   Mob +43-664-1000934
   mailto:Hans.Bertol@xxxxxx
   Scott Klement <sk@xxxxxxxxxxxxxxxx>
   Gesendet von: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
   30.06.2011 20:05
   Bitte antworten an
   HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   An
   HTTPAPI and FTPAPI Projects <ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Kopie
   Thema
   Re: FTP over proxy
   hi Hans,
   A typical login would look like this:
   220 HELLO THERE! PLEASE SIGN IN.
   USER ua3hb
   331 PLEASE SEND PASSWORD
   PASS ********
   230 Welcome to our FTP server, ua3hb!
   In your example, it's sending the userid/password fine, but instead of
   getting a 230 response at the end (indicating successful login) you
   get
   another 220 greeting message.  I've never encountered that before!
   On 6/30/2011 2:25 AM, Hans.Bertol@xxxxxx wrote:
   >
   >     Hello,
   >     i'm using a proxy  and use this code:
   >     C* connect to Proxy-server.  If an error occurs,
   >     C*  display an error message and exit.
   >     C                   EVAL      sess2         =
   ftp_conn(ProxyDomain:
   >
   >     C                                             ProxyUsrId:
   ProxyUsrPwd)
   >     C                   IF        sess2<  0
   >
   >     C                   EVAL      Msg           = ftp_errorMsg(0)
   >
   >     i receive a -1, but in the log it looks good,
   >     in the field Msg i get 'GeNUGate-FTP-Relay OK.'
   >     0: FTPAPI version 2.3 released on 2010-05-27
   >     0: 220- GeNUGate-FTP-Relay OK.
   >     0: 220- Authenticate with: pass
   >     0: 220  OK
   >     0:>  USER ua3hb
   >     0: 331 Password required for method pass
   >     0:>  PASS **********
   >     0: 220- GeNUGate-FTP-Relay OK.
   >     0: 220- Login with User@Host
   >     0: 220- Please use Passive Mode (pasv)
   >     0: 220  OK
   >     what or where is the problem ?
   >     when i try to connect to the proxy with FTP i see this:
   >        Es wird versucht, eine Verbindung zu Host MOGG....
   >         220- GeNUGate-FTP-Relay OK.
   >        220- Authenticate with: pass
   >        220  OK
   >      >  ua3hb
   >        331 Password required for method pass
   >        220- GeNUGate-FTP-Relay OK.
   >        220- Login with User@Host
   >        220- Please use Passive Mode (pasv)
   >        220  OK
   >        command not allowed. Please login first
   >
   >     mit freundlichen Grüßen
   >     Hans Bertol, ITF1
   >     _________________________________
   >     Hans Bertol
   >     MAN Nutzfahrzeuge Österreich AG
   >     Geschäftseinheit Spezialfahrzeuge
   >     Factory IT Integration&  Coordination (ITF1)
   >     und
   >     Notes Administration Österreich
   >     Brunner Strasse 44-50
   >     1230  Wien
   >     Tel: +43-1-86631-2129
   >     Mob +43-664-1000934
   >     mailto:Hans.Bertol@xxxxxx
   >     *******************************************
   ----------------------------------------------------------------------
   -
   This is the FTPAPI mailing list.  To unsubscribe, please go to:
   http://www.scottklement.com/mailman/listinfo/ftpapi
   ----------------------------------------------------------------------
   -
   ********************************************
   Die Firmendaten unserer Gesellschaften gemäß § 14 UGB finden Sie unter
   "Impressum" auf www.man.at.
   This e-mail (including any attachments) is confidential and may be
   privileged.
   If you have received it by mistake, please notify the sender by e-mail
   and delete this message from your system.
   Any unauthorised use or dissemination of this e-mail in whole or in
   part is strictly prohibited.
   Please note that e-mails are susceptible to change.
   MAN Nutzfahrzeuge Österreich AG (including its group companies) shall
   not be liable for the improper or incomplete transmission of the
   information contained in this communication nor for any delay in its
   receipt.
   MAN Nutzfahrzeuge Österreich AG (or its group companies) does not
   guarantee that the integrity of this communication has been maintained
   nor that this communication is free of viruses, interceptions or
   interference.
   ********************************************
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------