Page 1 of 1
SFTP example
Posted: Sat Aug 10, 2024 8:26 am
by stevie1401
Is there a SFPT example for Purebasic 12b2?
Re: SFTP example
Posted: Sat Aug 10, 2024 8:30 am
by Fred
It's exactly like ftp except for the connection where you put 'sftp://yourserver' in the address field.
Re: SFTP example
Posted: Sat Aug 10, 2024 8:39 am
by stevie1401
Works!
Thank you very much

Re: SFTP example
Posted: Sat Aug 10, 2024 8:55 am
by stevie1401
SetFTPDirectory() doesn't work, if I use sftp. If I use ftp, it works.
Re: SFTP example
Posted: Sat Aug 10, 2024 11:42 am
by Fred
Could do post a proper bug report with the code ?