FTPS support for FTP Lib

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

FTPS support for FTP Lib

Post by ts-soft »

FTPS - Wiki

I think, this should easy to implement and very usefull :wink:

If you implement the required TLS and SSL-Support, you can update
the Mail Lib to support AUTH :D
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Deluxe0321
User
User
Posts: 69
Joined: Tue Sep 16, 2008 6:11 am
Location: ger

Re: FTPS support for FTP Lib

Post by Deluxe0321 »

+1 for TLS and SSL-Support
nospam
Enthusiast
Enthusiast
Posts: 130
Joined: Mon Nov 12, 2012 9:15 am

Re: FTPS support for FTP Lib

Post by nospam »

Deluxe0321 wrote:+1 for TLS and SSL-Support
+1 for TLS and SSL-Support ----> in Linux PB.
deesko
User
User
Posts: 39
Joined: Fri Sep 21, 2012 11:40 pm
Location: Portugal

Re: FTPS support for FTP Lib

Post by deesko »

+1

That would be a great addition.
User avatar
Kiffi
Addict
Addict
Posts: 1353
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: FTPS support for FTP Lib

Post by Kiffi »

+1
Hygge
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Re: FTPS support for FTP Lib

Post by swhite »

+1
Simon White
dCipher Computing
lakomet
User
User
Posts: 53
Joined: Mon Apr 04, 2011 3:56 am
Location: Russia,Angarsk

Re: FTPS support for FTP Lib

Post by lakomet »

+1

P.S. libCurl good, but native functions better.
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
jamirokwai
Enthusiast
Enthusiast
Posts: 771
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: FTPS support for FTP Lib

Post by jamirokwai »

+1
Regards,
JamiroKwai
mrbaco
New User
New User
Posts: 3
Joined: Tue Jan 15, 2013 9:59 am

Re: FTPS support for FTP Lib

Post by mrbaco »

+1
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: FTPS support for FTP Lib

Post by IdeasVacuum »

+1 for FTPS
If that is too complex or costly, then a new SFTP lib or SCP lib would be a great help, both of which are freely available from Simon Tatham http://www.chiark.greenend.org.uk/~sgtatham/putty/
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5342
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: FTPS support for FTP Lib

Post by Kwai chang caine »

+1
Apparently 1&1 only use SFTP now :|
ImageThe happiness is a road...
Not a destination
User avatar
Ajm
Enthusiast
Enthusiast
Posts: 233
Joined: Fri Apr 25, 2003 9:27 pm
Location: Kent, UK

Re: FTPS support for FTP Lib

Post by Ajm »

+1

Regards
Andy
Regards

Andy

Image
Registered PB & PureVision User
Seymour Clufley
Addict
Addict
Posts: 1233
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: FTPS support for FTP Lib

Post by Seymour Clufley »

+1
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: FTPS support for FTP Lib

Post by DoubleDutch »

+1
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: FTPS support for FTP Lib

Post by infratec »

As mentioned many times before:

Fred should switch more to libcurl.

It can handle:
DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP

At the moment the included restricted version (windows) can only handle:
HTTP, HTTPS, SMTP, SMTPS

Or you have to use an external libcurl.dll and libcurl.pbi
Post Reply