快速业务通道

Linux下的文件共享全攻略系列之三:主流FTP服务器Wu-ftpd入门指南

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-01
服务器

本小节通过具体的例子来说明如何使用Wu-ftpd服务器.

(1)使用匿名用户登录服务器

该步骤使用用户名Anonymous进行FTP登录,密码可以随便输入,一般情况下Wu-FTP服务器都会通过,这也是大多数Wu-FTP服务器的默认登录方式.


#ftp 127.0.0.1

Connected to 127.0.0.1 (127.0.0.1).

220 aserver FTP server (Version wu-2.6.2) ready.

Name (127.0.0.1:root): anonymous

331 Guest login ok, send your complete e-mail address as password.

Password:

230 Guest login ok, access restrictions apply.

(2)浏览匿名用户登录到服务器的目录

该步骤测试使用匿名用户登录Wu-FTP服务器后的浏览情况,即匿名用户登录后能够看到的FTP服务器资源的视图.在一般情况下,匿名用户只具有非常有限的资源视图,因而级别较低.如果需要提升权限的话,需要针对匿名用户进行配置.


ftp> ls

227 Entering Passive Mode (127,0,0,1,101,144)

150 Opening ASCII mode data connection for directory listing.

total 40

d--x--x--x 2 root root 4096 Jun 13 2002 bin

d--x--x--x 2 root root 4096 Jul 22 2002 etc

drwxrwxrwx 10 14 50 4096 Oct 10 2003 incoming

drwxr-xr-x 2 root root 4096 Jun 13 2002 lib

drwxrwxrwx 2 root 50 4096 Nov 8 2002 pub

226 Transfer complete.

ftp> cd pub

250 CWD command successful.

ftp> ls

227 Entering Passive Mode (127,0,0,1,140,149)

150 Opening ASCII mode data connection for directory listing.

total 18008

-rw-r--r-- 1 root root 9203662 Oct 7 2002 stack.ots.20021006.tgz

226 Transfer complete.

(3)测试建立目录权限,操作失败,匿名用户没有该权限

该步骤进一步测试匿名用户所具有的权限.通过此操作不难看到,在匿名用户建立目录时,服务器返回失败,进一步证明了匿名用户一般情况下只具有读的权限,而不具有写的权限.

Empire CMS,phome.net


ftp> mkdir super

550 super: Permission denied on server. (Upload dirs)

ftp> cd incoming

550 incoming: No such file or directory.

ftp> cd ..

250 CWD command successful.

ftp> ls

227 Entering Passive Mode (127,0,0,1,164,206)

150 Opening ASCII mode data connection for directory listing.

total 40

d--x--x--x 2 root root 4096 Jun 13 2002 bin

d--x--x--x 2 root root 4096 Jul 22 2002 etc

drwxrwxrwx 10 14 50 4096 Oct 10 2003 incoming

drwxr-xr-x 2 root root 4096 Jun 13 2002 lib

drwxrwxrwx 2 root 50 4096 Nov 8 2002 pub

226 Transfer complete.

(4)进入指定目录,准备测试下载文件功能

该步骤测试Wu-FTP服务器的下载文件功能.对于匿名用户来说,最常见的一个功能就是下载文件,从而说明FTP服务器的最大的功效就是文件和资源共享.


ftp> cd incoming

250 CWD command successful.

ftp> dir

227 Entering Passive Mode (127,0,0,1,22,51)

150 Opening ASCII mode data connection for directory listing.

total 112936

-rw-rw-rw- 1 14 50 47104 Aug 26 2002 1.rtf

-rw-rw-rw- 1 14 50 4812 Aug 28 2002 LiveTri.zip

drwxrwxrwx 3 4095 root 4096 Dec 14 2002 RA

-rw-rw-rw- 1 14 50 672 Oct 30 2002 a

-rw-r--r-- 1 root root 38754436 Oct 30 2002 linux-2.4.18.tar.gz

drwxrwxrwx 2 root root 4096 Nov 26 2002 package

drwxrwxrwx 2 4095 root 4096 Jul 29 2002 public_module

-rw-rw-rw- 1 14 50 1968255 Oct 30 2002 rfc2616.pdf

drwxrwxrwx 3 4095 root 4096 Aug 2 2002 sample_log

-rw-r--r-- 1 root root 6506

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号