From owner-freebsd-questions Thu Jun 14 1:32:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 622CE37B409 for ; Thu, 14 Jun 2001 01:32:32 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id ADD652EED8; Thu, 14 Jun 2001 11:32:18 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f5E8SeQ16048; Thu, 14 Jun 2001 11:28:40 +0300 (EEST) Message-ID: <009401c0f4a3$43527d60$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Mario Doria" Cc: References: <014d01c0f44b$e23da830$0a00a8c0@midgar> Subject: Re: How to implement FTP +SSL? Date: Thu, 14 Jun 2001 11:26:00 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can't run FTP over SSL, because of FTP protocol implementation. But you can use SFTP, it should be already installed on your FreeBSD system (sshd should be run), try "sftp localhost". ----- Original Message ----- From: Mario Doria Newsgroups: lucky.freebsd.questions Sent: Thursday, June 14, 2001 1:01 AM Subject: How to implement FTP +SSL? > Hi, > > How do I implement FTP over SSL in FreeBSD? Which port should I use? > > Thanks, > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message