While at work, I am restricted from using scp to copy files from a remote server to my machine and when I try, the operation always times out. However, when using an FTP client that supportssftp, the files copy without issue, on the same port.
The way I understand scp and sftp is they both use SSH, so why does one work where the other does not?