$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost-users][asio] Connect with ssl to ipod?
From: Germán Diago (germandiago_at_[hidden])
Date: 2009-06-05 13:10:01
Hello. I would like to know if it's possible (or there's any trick)
to connect to ipod touch via boost.asio with
ssl encryption.
Currently I'm using an ssh connection with libssh. That's ok to
navigate the directories, but I cannot copy files, since scp
asks me for a password and I don't know how to solve this.
Any idea? Thanks in advance.