FTP

  • 12 Apr

    How-To use Implicit vs Explicit SSL/TLS in LimagitoX File Mover

    When we speak about “SSL“, it usually means “implicit” SSL/TLS. The client must negotiate an SSL/TLS session immediately upon connecting to the server’s port, before then reading the server’s already encrypted greeting or sending any encrypted commands. You’ll need to enable ‘Use Implicit SSL/TLS’ in the setup.

    When we speak about “TLS”, it usually wants “explicit” SSL/TLS. The client must not negotiate an SSL/TLS session immediately upon connecting to the server’s port. It must read the server’s unencrypted greeting first, and then later it can send an appropriate STARTTLS command (if the server advertises support for it) to ask for permission to then negotiate an SSL/TLS session before sending any further encrypted commands. You’ll need to enable ‘Use Explicit SSL/TLS’ in the setup.

    Default SSL/TLS Implicit vs Explicit Server Settings:

    POP3:
    Port 110: Explicit-TLS
    Port 995: Implicit-SSL

    IMAP:
    Port 143: Explicit-TLS
    Port 993: Implicit-SSL

    SMTP:
    Port 25: Unencrypted but could support Explicit-TLS
    Port 465: Implicit-SSL
    Port 587: Explicit-TLS

    FTP(S):
    Port 21: Unencrypted but could support Explicit-TLS
    Port 990: Implicit-SSL

    If you need help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team FTP , , , , , , , , , , ,
  • 12 Jan

    Gene6 FTP Server, Unaccepted server reply code 501

    We received  a 501 error message from a customer who was trying to connect to a Gene6 FTP Server:

    The solution was to add the following “Send Command(s) after connect:

    CLNT www.yourcompany.com

    CLNT command: Short for CLieNT = client identification to the FTP server

    LimagitoX-FTP-CLNT-Gene6

    If you need any help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Error FTP , ,
  • 28 Jul

    IBM iSeries FTP Server

    Dear Users,

    .. need to write an article ..

    More info at rzaiqpdf.pdf
    More info at FileZilla

    Connecting to IBM iSeries FTP Server

    Directory: /QSYS.LIB/QGPL.LIB

    or

    Directory: /QSYS.LIB/USERLIB.LIB

    Add the following lines to the FTP setup ‘Send Command(s) after connect’ option:

    quote site namefmt 1
    quote site listfmt 1

    quote site namefmt 1 : this command is going to tell to the remote AS400 FTP server to put himself in a regular unix standard naming schema.
    quote site listfmt 1 : this command is going to tell the remote AS400 FTP server to display the list (when you do the ls command) of its file like a unix machine.

    We are searching for a user who is willing to test this. Please let us know if you would like to help us.

    Regards,
    Limagito Team

    By Limagito-Team FTP , ,
1 2 3 4 5 6
SEARCH