[NEWSboard IBMi Forum]

Thema: FTP-transfer

Hybrid View

  1. #1
    Registriert seit
    Nov 2002
    Beiträge
    173
    Moien,

    das sieht dennoch nach derselben klassischen Problematik wie oben beschrieben aus, d.h. es wird der FTP active mode statt des passive mode benutzt.

    Wenn dein Dienstleister die Einstellungen in seinem Filezilla Client dementsprechend anpasst, also den passive mode aktiviert, sollte das funktionieren.

    Grüsse

    bateau

  2. #2
    Registriert seit
    May 2002
    Beiträge
    2.643
    Ich vermute da hilft dies: (Release ab R610)
    Disabling EPASV/EPORT in the iSeries FTP Client at R610
    Technote

    At R610, the iSeries FTP client supports the EPASV (Extended Passive, EPSV) command and EPORT (Extended Port, EPRT). The FTP client defaults to this and if the server we are connecting to does not, the FTP client will fail over to Passive mode FTP. However, in some cases, an error message is not returned. Most commonly, this is due to a firewall not allowing or supporting the EPASV /EPORT command, and the establishment of a data connection will appear to 'hang'. In these cases, the EPASV /EPORT commands must be disabled.

    The FTP client attempts data connections in the following manner:

    Extended Passive
    Passive
    Extended Port
    Port

    As a result, if PORT mode is needed, the three preceding data connection types must first be toggled off. This can be done in one of two ways:

    1. On a connection by connection basis using FTP client subcommands:

    o SENDEPSV - Toggles off Extended passive
    o SENDPASV - Toggles off Passive mode
    o SENDEPRT - Toggles off Extended Port

    2. On a system-wide basis with the use of data areas:

    o CRTDTAARA DTAARA(QUSRSYS/QTMFTPEPSV) TYPE(*LGL) AUT(*USE) - disables EPASV
    o CRTDTAARA DTAARA(QUSRSYS/QTMFTPPASV) TYPE(*LGL) AUT(*USE) - disables PASV
    o CRTDTAARA DTAARA(QUSRSYS/QTMFTPEPRT) TYPE(*LGL) AUT(*USE) - disables EPO RT with PTF SI33243 applied to the system.

  3. #3
    Registriert seit
    Feb 2001
    Beiträge
    20.695
    Diese Kommandos gelten leider nur für den Client, wenn die AS/400 den FTP startet.
    Wenn der FTP von außen kommt, muss der Modus von dort eingestellt werden.
    Dienstleistungen? Die gibt es hier: http://www.fuerchau.de
    Das Excel-AddIn: https://www.ftsolutions.de/index.php/downloads
    BI? Da war doch noch was: http://www.ftsolutions.de

Similar Threads

  1. FTP transfer
    By labm in forum NEWSboard Programmierung
    Antworten: 5
    Letzter Beitrag: 27-02-15, 21:23
  2. File Transfer von V5R4 nach V4R5
    By KingofKning in forum IBM i Hauptforum
    Antworten: 10
    Letzter Beitrag: 23-02-15, 12:16
  3. Antworten: 8
    Letzter Beitrag: 05-11-14, 08:06
  4. File-Transfer mit ClientExpress
    By Brownie in forum IBM i Hauptforum
    Antworten: 1
    Letzter Beitrag: 21-12-01, 19:36

Tags for this Thread

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • You may not post attachments
  • You may not edit your posts
  •