|
Posted by Ansgar -59cobalt- Wiechers on January 14, 2007, 12:06 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> I have to setup a ftp server and would like to enable TLS.
>
> I have to configure the firewall as well.
>
> Is there a different standard port for TLS (for ftp its 21)?
>
> Maybe its a pair of ports similarly to the standard ftp: 21 + 22
> One port for data and one port for protocol negotiations?
Port 22/tcp is SSH, not FTP. FTP uses port 21/tcp inbound and either
port 20/tcp outbound (active mode) or an arbitrary port > 1023/tcp
inbound (passive mode).
Anyway, since you want encryption and have to traverse a firewall it
would probably be a better approach to dump FTP and use SSH instead.
cu
59cobalt
--
"If a software developer ever believes a rootkit is a necessary part of
their architecture they should go back and re-architect their solution."
--Mark Russinovich
|