Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Class for downloading via SFTP
Message
De
08/06/2015 06:15:56
 
 
À
08/06/2015 04:08:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01620704
Message ID:
01620706
Vues:
982
>Hi Experts,
>
>I have setup a Linux (Ubuntu 14.04) Server machine with the OpenSSH, LAMP features installed.
>
>Obviously, we are using MySQL for our database, and was thinking of using SFTP because of OpenSSH, which is supposed to more secure (right?) for app updating purposes, instead of regular FTP or FTPS.
>
>I have come across Craig Boyd's cool stuff - VFPCONNECT.FLL - but it's for FTP and FTPS - not SFTP.
>
>I have also come across Carlos Alloatti's libcurl class which seems to handle FTP and FTPS as well.
>
>Any other stuff you guys can point me to?
>
>Thanks in advance.
>
>Dennis

Both SFTP and FTPS are secure and communicate via an encrypted channel, not much difference there. The main difference I think you will find is that SFTP will communicate over a single port whereas FTPS will require the additional port 990 to be open as well as additional passive listening posts. That might have firewall setup implications for you.

Look at Chilkat FTP controls - the entire Chilkat suite is excellent. Also look at IPWorks - also very highly recommended.

http://www.chilkatsoft.com/ftp-activex.asp

http://www.nsoftware.com/ipworks/

Disclaimer: Just a non-expert opinion.

.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform