分页: 14 / 18
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2010-12-26 18:09
由 mft809849218
学习了,支持。。

Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2010-12-27 20:48
由 Bill Lee
chmod 777
你找死,随便一个人就能把你的服务器硬盘塞爆
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-01-21 10:31
由 bighandsky
好贴,先收藏学习了 有空好好研究下
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-02-11 11:08
由 alvininkorea
为什么我sudo apt-get install vsftpd之后, home中不自动生成文件夹呢, 但我用sudo useradd -m ftp 的时候, 却说 用户 ftp 已经存在.
这是怎么回事啊?
要查看现在有哪些用户已经存在, 去哪个文件夹里看啊?
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-02-11 11:11
由 alvininkorea
relaxssl 写了:在ubuntu server 9.10中, 默认安装的ftp目录已经不是在/home下, 而是在/srv下。
原来是这样...

Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-02-24 15:08
由 柳青藤
好东西,标记上

Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-02-25 11:16
由 kangzunqiang
我的为什么不能上传呢,在vsftpd.con中加了几个选项也不可以,都会出现这样的错误:
ftp> put newfile
local: newfile remote: newfile
200 PORT command successful. Consider using PASV.
550 Permission denied.
#独立模式启动
listen=YES
non_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
#同时允许4客户端联入,每个IP最多5个进程
max_clients=200
max_per_ip=4
#不允许匿名用户访问,允许本地系统用户登录
annoymous_enable=NO
local_enable=YES
#write_enable=NO
#是否采用端口20进行数据传输
connetc_from_port_20=YES
write_enable=YES
#生成日志
xferlog_enable=YES
pasv_enable=YES
port_enable=YES
#指定登录转向目录
高手解决一下
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-03-06 12:08
由 wliu
我的可以登录成功,但是却看不到上面的文件????
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-03-23 11:24
由 方小feng
谢谢
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-04-10 7:59
由 cvc_lk
专门过来拍砖来的
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-05-14 15:45
由 abgood
好帖!!!
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-05-17 16:14
由 cppking
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-06-17 15:26
由 haiqi1025
讲的都很好,学习了!自己尝试一下。

Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-06-23 13:45
由 泥巴雁子
mark ~~
Re: [分享]菜鸟简单建立FTP的方法
发表于 : 2011-06-28 15:10
由 fjnucsl
请教一个关于磁盘配额的问题:
最近我也在ubuntu 11.04 server _64上安装了vsftpd,想做下磁盘配额,但是失败了。
做磁盘配额时,我把/etc/fstab更改为
# /home was on /dev/sda4 during installation
UUID=6633abfc-0832-4f44-9530-29741b22b2e9 /home ext4 defaults,usrquota,grpquota 0 2
并且重启挂载/home:mount -o remount,usrquota,grpquota /home
但是安装quotatool却出错了,错误如下:
root@xmftp:/home/xmftp# apt-get install quota quotatool
Reading package lists... Done
Building dependency tree
Reading state information... Done
quotatool is already the newest version.
Suggested packages:
libnet-ldap-perl rpcbind portmap
The following NEW packages will be installed:
quota
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/505 kB of archives.
After this operation, 1,389 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package quota.
(Reading database ... 47643 files and directories currently installed.)
Unpacking quota (from .../quota_4.00~pre1-7_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up quota (4.00~pre1-7) ...
* Checking quotas...
quotacheck: Cannot guess format from filename on /dev/sda4. Please specify format on commandline.
...done. *
Turning on quotas...
quotaon: Cannot find quota file on /home [/dev/sda4] to turn quotas on/off.
invoke-rc.d: initscript quota, action "start" failed.
dpkg: error processing quota (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
quota
E: Sub-process /usr/bin/dpkg returned an error code (1)