Revision [628]

Last edited on 2008-05-29 10:29:00 by FsseInfo
Additions:
==create ftp files==
copy files to %%/var/ftp/pub%%
==enable ftp server==
enable anonymous ftp access
$ vi /etc/vsftpd/vsftpd.conf
[allow anonymous!]
start ftp service
# service vsftpd start
==test curl & wget ==
$ curl -C - -O -x: ftp://archive.download.redhat.com/pub/redhat/linux/updates/8.0/en/os/i386/LPRng-3.8.9-6.1.i386.rpm
$ ftp_proxy=: wget ftp://archive.download.redhat.com/pub/redhat/linux/updates/8.0/en/os/i386/LPRng-3.8.9-6.1.i386.rpm
$ wget ftp:///pub/redhat8/RPM-GPG-KEY
$ curl ftp:///pub/redhat8/RPM-GPG-KEY
----
REFERRERS
{{backlinks}}
Deletions:
Test FTP SERVER from a client
==Test CURL and WGET==
curl -C - -O -x: ftp://archive.download.redhat.com/pub/redhat/linux/updates/8.0/en/os/i386/LPRng-3.8.9-6.1.i386.rpm
ftp_proxy=: wget ftp://archive.download.redhat.com/pub/redhat/linux/updates/8.0/en/os/i386/LPRng-3.8.9-6.1.i386.rpm
wget ftp:///pub/redhat8/RPM-GPG-KEY
curl ftp:///pub/redhat8/RPM-GPG-KEY


Revision [85]

The oldest known version of this page was created on 2006-09-06 04:41:48 by FsseInfo
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki