From owner-freebsd-questions Sat Oct 13 18:43:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by hub.freebsd.org (Postfix) with ESMTP id 9C1C837B405 for ; Sat, 13 Oct 2001 18:43:38 -0700 (PDT) Received: from fortuna.paeps.cx (D5762326.kabel.telenet.be [213.118.35.38]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 2AE6021743F; Sun, 14 Oct 2001 03:43:37 +0200 (CEST) Received: from server (juno.paeps.cx [10.0.0.2]) by fortuna.paeps.cx (Postfix) with ESMTP id 911EE1A53; Sun, 14 Oct 2001 03:43:36 +0200 (CEST) From: "Philip Paeps" To: "'Owen Ingraham'" , Subject: RE: FTP upload Date: Sun, 14 Oct 2001 03:43:32 +0200 Message-ID: <017301c15451$a196bfe0$0200000a@paeps.cx> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <001401c15383$32f67b80$25b54d18@owen> 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [format fixed] > I've got Apache running on FreeBSD, and I need to have some form of > remote uploading. I've tried to use ProFTPD but it wouldn't work under > any non-anonymous .conf setup. I am looking for anouther way to > securly upload to my server. Should I try anouther program? Which one > would be recomended for a new freeBSD user such as myself. > Thank you very much for your time. Try SCP. It's rather simple to use and quite secure. To upload: % scp file user@host:/path/file To download: % scp user@host:/path/file file Read scp(1) for more details. If you've installed FreeBSD and have sshd(8) running, you should have no problems using SCP. If you want to upload from Windows boxes, I'd recommend PSCP as a client. Good luck! - Philip -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.1 iQA/AwUBO8jtxL9L0OYEnbh5EQJK0gCghp0v7jgBexGJ1ol4FNb73N9Zh+wAmgNR BDed/xShRIOY+l4lCxOIuFa3 =wRfb -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message