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?

link|improve this question

67% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.