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.

ftp with tls/ssl

Old posts that have not been replied to for several years.
Locked
w
w0t

ftp with tls/ssl

Post by w0t »

hi,

i would make a connection to an ftp server that only supports ssl but i cant get it to work

Code: Select all

package require tls 1.4
package require ftp

set ftp(cntrl) [::ftp::Open $host $user $pass -port $prt -command [list ::tls::socket -require 1]]
Starting new connection with:
-port = 4500
-command = ::tls::socket -require 1
C: Connection from xx.xxx.xxx.xxx:xxxx
-> rc=" "
-> msgtext=""
-> state="quit"
---> QUIT
thanks for help
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I would sugest contacting the tcllib team HERE rather than this forum.
Locked