NetTalk Central

Author Topic: NT and Sftp?  (Read 5469 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • Email
NT and Sftp?
« on: February 13, 2025, 06:36:34 AM »
if possible use sftp with NT? i have a client that move to sftp

"Please be informed that the MPMI system will be making changes to the FTP protocol and port as detailed below:
Protocol: FTP → SFTP
Port: 5010 or 21 → 9022 or 443
Effective Date: End of February"

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11275
    • View Profile
Re: NT and Sftp?
« Reply #1 on: February 13, 2025, 07:22:42 PM »
No, SFTP is not supported. FTPS and FTPES are supported, but I suspect that won't help you in this case.
For SFTP I recommend using LibCurl. https://github.com/mikeduglas/libcurl

osquiabro

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • Email
Re: NT and Sftp?
« Reply #2 on: February 14, 2025, 04:31:14 AM »
Thanks, and yes, libcurl works with sftp, but just  of curiosity why is NT not supported sftp?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11275
    • View Profile
Re: NT and Sftp?
« Reply #3 on: February 15, 2025, 10:40:08 PM »
SFTP is FTP using the SSH security protocol.
FTPS and FTPES are FTL using the SSL (TLS) security protocol.
NetTalk does TLS, but not SSH because NetTalk uses OpenSSL which doesn't do SSH.
It would be a lot of work, and another library, to add SSH, and frankly the demand for it does not justify the effort.

Cheers
Bruce