Hi I have a document managment program that works with pdf files and these files (nearly 150000 files) are stored on ftp server(solaris 10). the program works on local network.
I need an alternative to ftp that is faster and more secure.
My program is written in delphi 2010
Hi I have a document managment program that works with pdf files and these
Share
FTP is about as fast as you can get.
Security and encryption always make your speed less than it is now.
Alternatives highly depend on what you want, so you might want to consider between these:
Depending on your needs there can even be more options to choose from. Make your question more specific, and we can zoom in on the options.
In my experience, for gaining speed, the network protocol is not the only factor.
I have speed up things orders of magnitude by:
–jeroen