Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » FtpClient equivalent for SFTP
FtpClient equivalent for SFTP [message #60452] Wed, 07 February 2024 12:44 Go to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

My program has an FtpClient class that moved file to the user server.
Now his server use SFTP protocol and he reports my program is unable to work.

I have not found a SFtpClient (do we have one?). However I found the package SFtpFileSel.
I guess I should use
SFtp sftp(session);

sftp.MakeDir()
to create a directory

sftp.SaveFile()
to transfer file

to change directory
sftp.OpenDir()

Is all this correct?
The SFtp class will work even with normal FTP protocol?

Thanks,
Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Shot my leg again...
Next Topic: Linux Fedora 39
Goto Forum:
  


Current Time: Sat May 11 17:38:07 CEST 2024

Total time taken to generate the page: 0.01737 seconds