Skip to main content
deleted 1 character in body; edited title
Source Link

Would vstftpdvsftpd not default to using the system username and password?

I downloaded vstftpdvsftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer AA. Then I copied vsftpd to another computer BB and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpdvsftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer CC, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO

listen=YES

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd

Would vstftpd not default to using the system username and password?

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer B and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO

listen=YES

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd

Would vsftpd not default to using the system username and password?

I downloaded vsftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer B and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vsftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO

listen=YES

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd
added 2 characters in body
Source Link

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer B and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local userlocal user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO

listen=YES

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer B and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO

listen=YES

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer B and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO

listen=YES

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd
added 281 characters in body
Source Link

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer AB and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO 

listen=YES 

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022 

chroot_local_user=YES
chroot_list_enable=NO
chroot_list_file=/etc/vsftpd/chroot_list

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd. Then I copied vsftpd to another computer A and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO
listen=YES
write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022
chroot_local_user=YES
chroot_list_enable=NO
chroot_list_file=/etc/vsftpd/chroot_list

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd

I downloaded vstftpd-3.0.5.tar.gz and successfully compiled it to generate vsftpd on computer A. Then I copied vsftpd to another computer B and created a new file called vsftpd.conf on computer A. Then, I started vsftpd and could hear the service start through the command netstat -tulnp | grep 21. However, at this point, I was unable to access vsftpd and prompted the following error. Would vstftpd not default to using the system username and password?Must a new username and password be added?

--

I see that vstftpd distinguishes between anonymous users, local users, and virtual users. I think my problem should be that I want to log in with a local user login name on another computer C, is that not feasible? Is it just a problem with my vstftpd.conf configuration?

error:

C:\Users\guoya>ftp 192.168.5.2
连接到 192.168.5.2。
500 OOPS: cannot locate user entry:nobody
远程主机关闭连接。

cat /etc/vsftpd/vsftpd.conf

anonymous_enable=NO
anon_upload_enable=NO
anon_mkdir_write_enable=NO
anon_other_write_enable=No
anon_world_readable_only=NO 

listen=YES 

write_enable=YES
local_enable=YES
local_root=/home/tftpShare
local_umask=022 

chroot_local_user=YES
chroot_list_enable=NO

start vsftpd:

# ./vsftpd /etc/vsftpd/vsftpd.conf

netstat -tulnp | grep 21

tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      553/vsftpd
edited tags
Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k
Loading
added 42 characters in body
Source Link
Loading
added 102 characters in body
Source Link
Loading
added 46 characters in body; edited title
Source Link
Loading
Post Undeleted by just a student
Post Deleted by just a student
Source Link
Loading