About 599 results
Open links in new tab
  1. What port does SFTP use? - Server Fault

    Oct 13, 2009 · SFTP is sometimes called "Secure FTP" which leads to a common confusion with FTPS (which is called "Secure FTP" too). Generally: SFTP - SSH File Transfer Protocol - …

  2. What is the difference between SFTP port 22 or port 990?

    FTPS by default runs on port 990, but that's not related to SFTP: in fact it is FTP over SSL These are two distinct and completely different protocols. SFTP (SSH File Transfer Protocol) only …

  3. What firewall ports do I need to open when using FTPS?

    My understanding of FTP over SSL (ftps) is that it doesn't work well with firewalls and NAT. In an ordinary FTP session, the information about data connections is read, and for NAT modified, …

  4. firewall - what ports are used by ftp over ssl? - Server Fault

    However, if the FTP control connection is encrypted using TLS/SSL, the firewall cannot determine the TCP port number of a data connection negotiated between the client and FTP server.

  5. Using SFTP port 22 on both server and client - Server Fault

    Nov 2, 2017 · A customer asked me to setup a secure FTP server (SFTP using openSSH or FreeSSHd). This new server will pass through a firewall configured to only allow port 22.

  6. Which port number to use for FTP on IIS 7 - Server Fault

    Once the site is started, confirm that you are connecting to your server using the prefix ftps://. This is how the FTP client knows you need to create a secure connection, and why I keep …

  7. SFTP via port 22 or vsftp over port 20 / 21 - Best way to secure FTP ...

    Mar 16, 2017 · I also only open port 22 to my own IP, but it seems if I want to allow others to access via SFTP, I'll need to open port 22 to the world (or spend my days managing firewall …

  8. Does changing default port number actually increase security?

    As others have pointed out, changing the port number does not offer you much security. I'd like to add that changing the port number may actually be detrimental to your security.

  9. FTPS - Explicit FTP over TLS - can't get directory listing

    Aug 14, 2019 · An FTP helper module will then automatically open up the port number that gets assigned by the FTP server to that specific client, allowing for quite granular access control.

  10. Which ports do I need to open in the firewall to use NFS?

    Apr 5, 2012 · $ rpcinfo -p | grep nfs Port 111 (TCP and UDP) and 2049 (TCP and UDP) for the NFS server. There are also ports for Cluster and client status (Port 1110 TCP for the former, …