数模论坛

 找回密码
 注-册-帐-号
搜索
热搜: 活动 交友 discuz
查看: 16484|回复: 11

数模网ftp使用指南.

[复制链接]
发表于 2003-10-25 21:50:17 | 显示全部楼层 |阅读模式
地址:ftp://ftp.shumo.org
ip:211.91.135.98
端口:21

下载帐户
用户名:shumo
密码:down

上传帐户
用户名:shumo_up
密码:shumo_up


此帐户可以下载,上传,建立新文件夹。
为了防止被盗链,密码会定期更改(大约一月一次)

更多请查看:http://www.shumo.org/bbs/dispbbs.asp?boardID=13&ID=2482
点击此处下载ftp工具:
FlashFXp
CuteFtp


说明:
下载帐户只能用来下载,
上传帐户只能用来上传.







[此贴子已经被作者于2003-12-8 12:39:41编辑过]

 楼主| 发表于 2003-10-25 21:50:53 | 显示全部楼层
启动FlashFxp, 点击站点->站点管理器> 新建站点-> 输入站点名称


分别填写:IP地址/用户名称/密码/端口,然后点击"应用"
点击"快速连接"按钮就可进入FTP了


1为本地硬盘区 2为待下载区 3为FTP区 4为下载状态区 只需要把3区拉到2区,鼠标右键"传送"即可下载。





[此贴子已经被作者于2003-10-25 15:02:30编辑过]

 楼主| 发表于 2003-10-25 21:59:02 | 显示全部楼层
FTP信息代码全解(江枫月收集)

110 Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").
重新启动标志回应。这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是 用户进程数据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格)
-----------------------------------
120 Service ready in nnn minutes.
服务在NNN时间内可用
-----------------------------------
125 Data connection already open; transfer starting.
数据连接已经打开,开始传送数据.
-----------------------------------
150 File status okay; about to open data connection.
文件状态正确,正在打开数据连接.
-----------------------------------
200 Command okay.
命令执行正常结束.
-----------------------------------
202 Command not implemented, superfluous at this site.
命令未被执行,此站点不支持此命令.
-----------------------------------
211 System status, or system help reply.
系统状态或系统帮助信息回应.
-----------------------------------
212 Directory status.
目录状态信息.
-----------------------------------
213 File status.
文件状态信息.
-----------------------------------
214 Help message.On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user. 帮助信息。关于如何使用本服务 器或特殊的非标准命令。此回复只对人有用。
-----------------------------------
215 NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document.
NAME系统类型。
-----------------------------------
220 Service ready for new user.
新连接的用户的服务已就绪
-----------------------------------
221 Service closing control connection.
控制连接关闭
-----------------------------------
225 Data connection open; no transfer in progress.
数据连接已打开,没有进行中的数据传送
-----------------------------------
226 Closing data connection. Requested file action successful (for example, file transfer or file abort).
正在关闭数据连接。请求文件动作成功结束(例如,文件传送或终止)
-----------------------------------
227 Entering Passive Mode (h1,h2,h3,h4,p1,p2).
进入被动模式
-----------------------------------
230 User logged in, proceed. Logged out if appropriate.
用户已登入。 如果不需要可以登出。
-----------------------------------
250 Requested file action okay, completed.
被请求文件操作成功完成
-----------------------------------
257 "ATHNAME" created.
路径已建立
-----------------------------------
331 User name okay, need password.
用户名存在,需要输入密码
-----------------------------------
332 Need account for login.
需要登陆的账户
-----------------------------------
350 Requested file action pending further information
对被请求文件的操作需要进一步更多的信息
-----------------------------------
421 Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down.
服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭
-----------------------------------
425 Can't open data connection.
打开数据连接失败
-----------------------------------
426 Connection closed; transfer aborted.
连接关闭,传送中止。
-----------------------------------
450 Requested file action not taken.
对被请求文件的操作未被执行
-----------------------------------
451 Requested action aborted. Local error in processing.
请求的操作中止。处理中发生本地错误。
-----------------------------------
452 Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy).
请求的操作没有被执行。 系统存储空间不足。 文件不可用
-----------------------------------
500 Syntax error, command unrecognized. This may include errors such as command line too long.
语法错误,不可识别的命令。 这可能是命令行过长。
-----------------------------------
501 Syntax error in parameters or arguments.
参数错误导致的语法错误
-----------------------------------
502 Command not implemented.
命令未被执行
-----------------------------------
503 Bad sequence of commands.
命令的次序错误。
-----------------------------------
504 Command not implemented for that parameter.
由于参数错误,命令未被执行
-----------------------------------
530 Not logged in.
没有登录
-----------------------------------
532 Need account for storing files.
存储文件需要账户信息
-----------------------------------
550 Requested action not taken. File unavailable (e.g., file not found, no access).
请求操作未被执行,文件不可用。
-----------------------------------
551 Requested action aborted. Page type unknown.
请求操作中止,页面类型未知
-----------------------------------
552 Requested file action aborted. Exceeded storage allocation (for current directory or dataset).
对请求文件的操作中止。 超出存储分配
-----------------------------------
553 Requested action not taken. File name not allowed
请求操作未被执行。 文件名不允许
-----------------------------------
-----------------------------------
这种错误跟http协议类似,大致是:
2开头--成功
3开头--权限问题
4开头--文件问题
5开头--服务器问题

发表于 2003-10-26 01:36:37 | 显示全部楼层
几点建议:
1、不开放删除文件的权限,防止个人恶意破坏网站资料
2、上传的文件集中在一个目录下,也就是说,不要所有的目录都可以上传,否则很难管理,找东西也不好找。
 楼主| 发表于 2003-10-26 04:09:09 | 显示全部楼层
下载帐户没有删除文件的权限.
网友们上传资料先统一传到temp文件夹下,
管理员会定期整理再传到对应的文件夹.
发表于 2003-10-26 07:38:55 | 显示全部楼层
这话没什么用,要把权限设置成“只能”上传到temp下
以下是引用宇游游在2003-10-25 20:09:09的发言:
网友们上传资料先统一传到temp文件夹下,
发表于 2003-10-26 16:56:42 | 显示全部楼层
我同意!!好像里面现在什么也没有啊!!!!
发表于 2003-10-26 16:57:22 | 显示全部楼层
大家努努力嘛!!
 楼主| 发表于 2003-10-27 02:13:04 | 显示全部楼层
以下是引用amao在2003-10-25 23:38:55的发言:
这话没什么用,要把权限设置成“只能”上传到temp下
[quote]以下是引用宇游游在2003-10-25 20:09:09的发言:
  网友们上传资料先统一传到temp文件夹下,

[/quote]

已经改了.
只能传到temp文件夹下.
发表于 2003-10-28 02:16:58 | 显示全部楼层
Yeah!我会经常上的.
您需要登录后才可以回帖 登录 | 注-册-帐-号

本版积分规则

小黑屋|手机版|Archiver|数学建模网 ( 湘ICP备11011602号 )

GMT+8, 2024-4-18 17:27 , Processed in 0.054080 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表