Is it possible to have both ftp and sftp sites on one machine running Windows Server? If I set up a secure sftp connection - do all ftp sites also on that machine require a secure connection?
|
feedback
|
|
Yes it's possible. In fact, they are not related at all. FTP uses TCP port 21, SFTP is actually part of SSH and uses TCP 22. | |||
|
feedback
|