关于PROFTPD的断点续传问题?

由 milan.wu 在 04-02-2004 16:57 发表:

关于PROFTPD的断点续传问题?

大家好,请大家帮忙,但我发现我的在上传和下载的时候网络断的时候,再重新来的时候没有做到断点上传和断点下载的功能,不知道是在proftpd.conf还是在操作上出了问题,特向各位请教。谢谢!

我的/usr/local/proftp/etc/proftpd.conf是如下的!我有加了断点续传的命令!当做FTP的时候我用GET/PUT的命令传了部分文件就把网络线拔掉,然后插上网络线,连上服务器后,再用GET/PUT传文件的时候,发现文件还是从开头开始传,我不知道是PROFTPD.CONF设置有问题,还是命令PUT/GET有问题还是其他问题,请大家指点和帮忙!

'proftpd.conf' for actual use. It establishes a single server

and a single anonymous login. It assumes that you have a user/group

"nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD Default Installation"

ServerType standalone

DefaultServer on

Port 21 is the standard FTP port.

Port 21

Umask 022 is a good standard umask to prevent new dirs and files

User nobody

Group nobody

AllowRetrieveRestart on

AllowStoreRestart on

To cause every FTP user to be "jailed" (chrooted) into their home

directory, uncomment this line.

#DefaultRoot ~

Normally, we want files to be overwritea

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus