Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
about vsftpd configuration
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Jackie Lin
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2017
Posts: 115

PostPosted: Mon Jan 15, 2018 10:19 am    Post subject: about vsftpd configuration Reply with quote

Hi,there.
I am trying to run a ftp server.and I installed the vsftpd package.
below is vsftpd.conf file:
Code:

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
ftpd_banner=Welcome to jerry FTP service.
listen=YES

when I am using filezilla client on OS X, It works fine without TLS.
but when I use net-ftp/ftp client on gentoo, it gets stuck.
after running the command: ftp 172.104.122.75, the response is
Code:

220 Welcome to jerry FTP service.
Name[172.104.122.75:jerry]:

after I typed in "jerry" and Enter, it was stuck.
when I use ftp client on Windows cmd, the response message is:220 Welcome to jerry FTP service.and then the connection is closed by server.
Is it because that the ftp client uses TLS by default?
What should I do? Thanks in advance!
_________________
peace, focus.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum