Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol#Protocol_overview" rel="nofollow">FTP Active Mode</a> by definition requires the server to initiate its outgoing connections from port <code>L-1</code>. Does your firewall allow outgoing connections from port <code>3520</code> as well?</p> <p>From the <a href="http://www.ietf.org/rfc/rfc959.txt" rel="nofollow">FTP RFC</a>:</p> <blockquote> <p>3.2. ESTABLISHING DATA CONNECTIONS</p> <pre><code> The mechanics of transferring data consists of setting up the data connection to the appropriate ports and choosing the parameters for transfer. Both the user and the server-DTPs have a default data port. The user-process default data port is the same as the control connection port (i.e., U). The server-process default data port is the port adjacent to the control connection port (i.e., L-1). </code></pre> <p>...</p> <p>3.3. DATA CONNECTION MANAGEMENT</p> <pre><code> Default Data Connection Ports: All FTP implementations must support use of the default data connection ports, and only the User-PI may initiate the use of non-default ports. Negotiating Non-Default Data Ports: The User-PI may specify a non-default user side data port with the PORT command. The User-PI may request the server side to identify a non-default server side data port with the PASV command. Since a connection is defined by the pair of addresses, either of these actions is enough to get a different data connection, still it is permitted to do both commands to use new ports on both ends of the data connection. </code></pre> </blockquote> <p>You might wish to take the opportunity to change your users to <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol" rel="nofollow">SFTP</a>, a much nicer protocol.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload