由 buick2u 在 01-31-2004 14:05 发表:
vsftpd上传问题请教
服务器建构于 as3.0 自带vsftpd
客户端使用软件上传文件时候经常性出现已经上传完成但是不能停止。
都需要手工点一下停止。
上传到100% 还一直在传
客户端软件试验过 aceftp flashfxp turboftp..
不知道是不是哪里的配置问题。望指教!
由 Snoopy 在 01-31-2004 18:31 发表:
100%还一直在传?传什么?还在继续传这软件
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 buick2u 在 01-31-2004 21:50 发表:
谢谢斑竹的回复。
是的,文件已经上传完成了。100%可是还一直在传这个文件!
ftp客户端不会自动停止
提供suse 9.2下载!
http http://wchun.3322.org/suse/
bt http://wchun.3322.org/suse.torrent
反对霸权主义!
由 Snoopy 在 01-31-2004 22:45 发表:
这问题没碰过,,,你可以将你配置文件贴出来
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 wongwong 在 01-31-2004 23:52 发表:
vsftp 應該有好多問題?
有時開左folder,但refresh都見唔到, 考慮轉用pro-ftp 或 wu-ftp
一個普通的中國人
由 buick2u 在 02-01-2004 12:51 发表:
The default compiled in settings are fairly paranoid. This sample file
loosens things up a bit, to make the ftp daemon more usable.
Please see vsftpd.conf.5 for all compiled in defaults.
READ THIS: This example file is NOT an exhaustive list of vsftpd options.
Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
capabilities.
Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=NO
Uncomment this to allow local users to log in.
local_enable=YES
Uncomment this to enable any form of FTP write command.
write_enable=YES
Default umask for local users is 077. You may wish to change this to 022,
if your users expect that (022 is used by most other ftpd's)
chmod_enable=YES
#local_umask=022
local_umask=002
anon_umask=000
#file_open_mode=0777
Uncomment this to allow the anonymous FTP user to upload files. This only
has an effect if the above global write enable is activated. Also, you will
obviously need to create a directory writable by the FTP user.
anon_upload_enable=YES
Uncomment this if you want the anonymous FTP user to be able to create
new directories.
anon_mkdir_write_enable=YES
#If set to YES,anonymous user will be permitted to perform write operations
#other than upload and create directory,such as deletion and renaming.
#anon_other_write_enable=NO
Activate directory messages - messages given to remote users when they
go into a certain directory.
dirmessage_enable=YES
Activate logging of uploads/downloads.
xferlog_enable=YES
ls_recurse_enable=NO
If enabled,all user and group information in directory listings will be
displayed ad "ftp".
hide_ids=YES
#max_clients=20
max_per_ip=5
#anon_max_rate=25600
#local_max_rate=51200
Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#The port from which PORT style connections originate(as long as the poorly
#named connect_from_port_20 is enable).
ftp_data_port=20
#Set to No if you want to disallow the PASV method of data connection
pasv_enable=YES
#Set to YES if you want to disable the PASV security check
pasv_promiscuous=NO
#Set to No if you want to disallow the PORT method if data connection
port_enable=YES
#Set to YES if you want to disable the PORT security check
port_promiscuous=NO
#The maximum & minimum port to allocate for PASV style date connection
#0 (use any port)
pasv_min_port=50000
pasv_max_port=60000
If you want, you can arrange for uploaded anonymous files to be owned by
a different user. Note! Using "root" for uploaded files is not
recommended!
chown_uploads=NO
chown_username=ftp
#guest_username=ftp
You may override where the log file goes if you like. The default is shown
below.
xferlog_file=/var/log/vsftpd.log
If you want, you can have your log file in standard ftpd xferlog format
xferlog_std_format=YES
#This controls whether vsftpd attempts to maintain sessions for logins
session_support=NO
You may change the default value for timing out an idle session.
idle_session_timeout=120
#The timeout,in seconds,for a client to respond to our PORT style data connect
connect_timeout=60
You may change the default value for timing out a data connection.
data_connection_timeout=120
accept_timeout=60
It is recommended that you define on your system a unique user which the
ftp server can use as a totally isolated and unprivileged user.
nopriv_user=nobody
Enable this and the server will recognise asynchronous ABOR requests. Not
recommended for security (the code is non-trivial). Not enabling it,
however, may confuse older FTP clients.
async_abor_enable=YES