This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Auth SSL FTP

Old posts that have not been replied to for several years.
Locked
d
darkrad
Voice
Posts: 16
Joined: Wed Sep 10, 2003 6:33 pm

Auth SSL FTP

Post by darkrad »

Is there a way to connect to a ftp that require AUTH SSL connection using tcllib? If not, is there any other ftp package that support it? thanks in advance
G
Galadhrim
Op
Posts: 123
Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede

Post by Galadhrim »

think all you need to do is use ssl with the bot. then you can tell the ftp connection to use ssl.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

Galadhrim wrote:think all you need to do is use ssl with the bot. then you can tell the ftp connection to use ssl.
no you need to tunnel it true tls
XplaiN but think of me as stupid
d
darkrad
Voice
Posts: 16
Joined: Wed Sep 10, 2003 6:33 pm

Post by darkrad »

how? any code example? since there is no ftp module for tcl that support ssl, maybe is not so easy
Locked