FTP anonymous
- From: "hwlyo" <hulyom@xxxxxxxxx>
- Date: 10 Nov 2006 01:25:14 -0800
Hello friends,
I am trying to ftp a file as anonymous from a SCO to a CentOS 4.4 (to
transfer big files with an automated task) and without asking for user
and password, but It looks like vsftp is too "vs"(very secure), I can
not find a way to do it.
Does somebody knows what to change?
It's not a SCO's fault (ususally it is) because I am having the same
problem from windows (DOS).
-----from windows-----
C:\>ftp 192.168.0.1
Connected to 192.168.0.1
220 (vsFTPd 2.0.1)
User (192.168.0.1:(none)):
331 Please specify the password.
Password:
503 Login with USER first.
Login failed.
ftp> put file.txt
530 Please login with USER and PASS.
530 Please login with USER and PASS.
ftp>
-----from SCO-----
# ftp 192.168.0.1
Connected to 192.168.0.1.
220 (vsFTPd 2.0.1)
Name (192.168.0.1:root):
331 Please specify the password.
Password:
530 Login incorrect.
Login failed.
Remote system type is unknown.
Using ascii mode to transfer files.
ftp> put file.txt
local: file.txt remote: file.txt
530 Please login with USER and PASS.
530 Please login with USER and PASS.
ftp>
------Centos4.4 configuration------
file /etc/vsftpd/vsftpd.conf
anonymous_enable=YES
local_enable=YES
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
xferlog_enable=NO ### if xferlog_enable=YES it works the same
connect_from_port_20=YES
xferlog_std_format=YES
#nopriv_user=ftpsecure #line commented
ascii_upload_enable=YES
ascii_download_enable=YES
just in case... yes I am executing a "service vsftpd restart" ;)
thanks for your help.
.
- Follow-Ups:
- Re: FTP anonymous
- From: Moe Trin
- Re: FTP anonymous
- Prev by Date: Re: Boot problems - please help!
- Next by Date: running shell script as service
- Previous by thread: Cannot find a valid baseurl for repo: updates
- Next by thread: Re: FTP anonymous
- Index(es):
Relevant Pages
|