Prev: Problems using uudecode 1.1.4 from tcllib
Next: 6th Int. Conf. on Technology and Medical Sciences – Announce & Call for Papers
From: drscrypt on 2 Apr 2010 13:27 It seems that the ftp package in tcllib does not support secure ftps, even when tls is being used. Is there another option to do this via tcl? How would one go about patching ftp to make it ftps? DrS
From: yahalom on 3 Apr 2010 09:23 On Apr 2, 10:27 pm, drscr...(a)gmail.com wrote: > It seems that the ftp package in tcllib does not support secure ftps, > even when tls is being used. Is there another option to do this via > tcl? How would one go about patching ftp to make it ftps? > > DrS use tclCurl http://personal5.iddeo.es/andresgarci/tclcurl/english/
From: drscrypt on 4 Apr 2010 19:39
On 4/3/2010 9:23 AM, yahalom wrote: > On Apr 2, 10:27 pm, drscr...(a)gmail.com wrote: >> It seems that the ftp package in tcllib does not support secure ftps, >> even when tls is being used. Is there another option to do this via >> tcl? How would one go about patching ftp to make it ftps? >> >> DrS > > use tclCurl http://personal5.iddeo.es/andresgarci/tclcurl/english/ Thanks for the link. I did not see examples using ftps on their site, would you happen to have any examples? But from what it says on the website, perhaps TclCurl does not care whether it is plain ftp or ftps. DrS |