> While I know that ssh is the method used for access and for > encripting data during transition, > > I would better know which is the service on the server allowing me to > use an sftp client.... > > Can anyone explain better this aspect?
There is no dedicated server for sftp, this goes through the ssh daemon on port 22. I think its enabled by default ( as long as sshd is running), if not you should be able to enable/disable it in the sshd_config file. Good luck! - Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
