NetTalk Central

Author Topic: Secure Ftp  (Read 15020 times)

kel

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Secure Ftp
« on: March 21, 2009, 01:20:21 PM »
Hi

Can you tell me how I can send data to a secure ftp server with nettalk, I have to implement it for a client

Thanks

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Secure Ftp
« Reply #1 on: March 22, 2009, 10:10:32 PM »
Hi Kel,

there are numerous approaches to secure FTP, including SFTP, FTPS and various flavors within each of those.
NetTalk, at this point though, doesn't do Secure FTP in either guise, so the short answer is "you can't".
HTTPS is the preferred option for doing secure file transfers (both to and from the server.)

However, you can, if you like, create a secure connection between the FTP client and the server by "tunnelling" over SSH.
Stunnel is a program commonly used for this.

Cheers
Bruce