Date: Sun, 14 Oct 2001 03:43:32 +0200 From: "Philip Paeps" <philip@paeps.cx> To: "'Owen Ingraham'" <cigam@home.com>, <questions@FreeBSD.ORG> Subject: RE: FTP upload Message-ID: <017301c15451$a196bfe0$0200000a@paeps.cx> In-Reply-To: <001401c15383$32f67b80$25b54d18@owen>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017301c15451$a196bfe0$0200000a>