× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



FTP's data connections (used to transfer files or directories) are always taken from the "ephemeral port range". This is not only true of FTP over SSL, but is also true of 'normal' FTP, and also a few other protocols.

It's a bigger problem with SSL than it would be with non-SSL because the data is always encrypted, so devices like firewalls and NAT gateways cannot see which port you've navigated by reading the command channel as they would do with regular FTP. Many people will circumvent this problem by only using SSL for the password exchange, and then turning off SSL using FTP's "clear channel" command -- but then security suffers a bit since the commands you're sending are now in plain text.

While the ephemeral port range is configurable on some OSes, I do not think that it is configurable on IBM i. (Or, at least, I haven't heard that it is.)

My personal recommendation is not to use FTP over SSL. Use the sftp tool from SSH instead, which does not have these problems.




On 10/29/2013 10:02 AM, David Gibbs wrote:
Folks:

I'm trying to get my head wrapped around SSL FTP and it's firewall implications.

Based on my research, there is a problem when using SSL FTP in that it uses a dynammic secondary port for the data channel. (http://en.wikipedia.org/wiki/FTPS#Firewall_incompatibilities)

A workaround has been suggested by configuring the FTP server to use a limited range of ports for data ... but how would you configure the IBM i FTP server to use a limited port range?

Thanks!

david



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.