From: drscrypt on
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
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
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