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

    Oct 13, 2009 · While TCP port 22 is the general right answer, this is dependent on the fact that SSH is configured to use the standard port and not an alternative port. As SFTP runs as a …

  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. Using SFTP port 22 on both server and client

    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.

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

    SFTP is the file transfer protocol used with SSH. FTPS is FTP with SSL, FTPS starts a new DATA connection on a new random port, which makes it tough to deploy behind firewalls, but I can't …

  5. Windows FTP Server connects on 21 but times out on port 22

    Sep 13, 2024 · Windows started supporting true SSH-based file transfers via SFTP protocol on the port 22 (by default, configurable) with the corresponding OpenSSH Server feature. This is …

  6. What protocols/ports to open for WinSCP - Server Fault

    Aug 3, 2009 · The port SSH is listening on the server doesn't have to be 22, but that is the default pot for the SSH protocol (including sftp). It wouldn't be different from the default if you didn't …

  7. I need to run SCP, SFTP and SSH in three different ports

    Sep 29, 2018 · 0 As a variant, you could configure SSH on any port that you want and make port-forwarding from three (for SSH, SCP and SFTP) different ports to this SSH port.

  8. Unable to SFTP (but can SSH) - Using port other than 22

    1 If you can ssh but not sftp, the issue is very unlikely to be in your firewall, as both services normally run on TCP port 22 - both are subsystems of sshd. You should first look closely at …

  9. Is it possible to use rsync over sftp (without an ssh shell)?

    Rsync over ssh, works great every time. However, trying to rsync to a host which allows only sftp logins, but not ssh logins, provides the following error: rsync -av /source ssh user@remotehost:/

  10. ssh - SFTP source port used by client - Server Fault

    What port is used by a client when connecting to SFTP server listening on port 22? In which range can be that port? Does that range depend on client application used, or it depends on …