Synchronising using FTP
Posted: December 7th, 2015, 8:16 am
I have been helping out making an application to be used in many different countries by many different kinds of people, and I was planning to put a chapter on how to synchronize using FTP in the manual for the application.
I know very little about FTP, but have been warned that it is a mess to administer/use, as it uses two protocols for connection (one for data and one for communication), and it is either active FTP or passive, and it wants to connect to ports that might be closed in the firewalls etc etc..
And the person warning me ends up with stating "..but if you make sure that both port 20 and 21 are open in, configure the server to use port 20 for data, and make users use passive FTP, then you should be ok"
My problem is that the users/Administers of the application might not even have heard of FTP servers, and probably don't know anything about administer it, and the question is: Am I better of NOT mentioning this at all? What are the experiences if the forum?
Best, Anne
I know very little about FTP, but have been warned that it is a mess to administer/use, as it uses two protocols for connection (one for data and one for communication), and it is either active FTP or passive, and it wants to connect to ports that might be closed in the firewalls etc etc..
And the person warning me ends up with stating "..but if you make sure that both port 20 and 21 are open in, configure the server to use port 20 for data, and make users use passive FTP, then you should be ok"
My problem is that the users/Administers of the application might not even have heard of FTP servers, and probably don't know anything about administer it, and the question is: Am I better of NOT mentioning this at all? What are the experiences if the forum?
Best, Anne