SFTP example

Just starting out? Need help? Post your questions and find answers here.
stevie1401
User
User
Posts: 82
Joined: Sat Oct 18, 2014 7:14 am

SFTP example

Post by stevie1401 »

Is there a SFPT example for Purebasic 12b2?
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SFTP example

Post by Fred »

It's exactly like ftp except for the connection where you put 'sftp://yourserver' in the address field.
stevie1401
User
User
Posts: 82
Joined: Sat Oct 18, 2014 7:14 am

Re: SFTP example

Post by stevie1401 »

Works!
Thank you very much :)
stevie1401
User
User
Posts: 82
Joined: Sat Oct 18, 2014 7:14 am

Re: SFTP example

Post by stevie1401 »

SetFTPDirectory() doesn't work, if I use sftp. If I use ftp, it works.
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SFTP example

Post by Fred »

Could do post a proper bug report with the code ?
Post Reply