最近干的一些事情

Posted in FTP on 10月 26th, 2011 by Strong

给120FTP弄了款 离线的FTP浏览器

可以搜索资源

整理服务器

上张图吧

FTP 在线登入工具 By:Strong

Posted in Blog技术, Code, FTP on 04月 24th, 2011 by Strong
?Download code.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<script janguage="javascript">
<!--
// Title: JavaScript - FTP log-on script
 
function goFtpSite() {
document.location.href = "ftp://" + document.ftp.login.value + ":" + document.ftp.password.value + "@" + document.ftp.url.value;
}
 
//-->
</script>
 
<body>
<form name="ftp">
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#000000" align="center">
<tr>
<td>
<table border="0" cellspacing=0 cellpadding=5 align="center">
<tr bgcolor="#bbbbbb">
<td width="75" align="right" bgcolor="#FFCC66">
  <strong><font color="#FF0000" size="-1" face="arial,helvetica">
Ftp://</font></strong></td>
<td bgcolor="#FFCC66">
  <strong><font color="#FF0000" size="-1" face="arial,helvetica">
<input name="url" type="text" value="97.74.163.120" size=15>
  </font></strong></td>
</tr>
<tr bgcolor="#dddddd">
<td align="right" bgcolor="#FFE98E">
  <strong><font color="#FF0000" size="-1" face="arial,helvetica">
Login:</font></strong></td>
<td bgcolor="#FFE98E">
  <strong><font color="#FF0000" size="-1" face="arial,helvetica">
<input type="text" size="15" name="login" maxlength="20">
  </font></strong></td>
</tr>
<tr bgcolor="#bbbbbb">
<td align="right" bgcolor="#FFCC66">
  <strong><font color="#FF0000" size="-1" face="arial,helvetica">
Password:</font></strong></td>
<td bgcolor="#FFCC66">
  <strong><font color="#FF0000" size="-1" face="arial,helvetica">
<input type="password" size="15" name="password" maxlength="20">
  </font></strong></td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" align="center">
  <strong><font color="#FF0000" size="-2" face="arial,helvetica">
<input type=button onclick="goFtpSite();" value="进入">
<input type=reset value="清除">
  </font></strong></td>
</tr>
</table>
</td>
</tr>
</table>
Tags:

【内网FTP资源共享 以及内网共享上网】

Posted in FTP, 服务器 on 09月 18th, 2010 by Strong

 

最近在学校无聊研究服务器和通过服务器内网共享上网 成功了就写这个没含量胆识让我琢磨了 一阵子的东西。

 

先说说内网FTP搭建吧 这个FTP可以直接在我们白云校区的每栋楼之间使用实际下载带宽不低于5M 上载不低于5M  不是我们的设备好而是网络中心的设备好。

 

在此本人略过配置 server 2003 Serv-U 但是在破~解~Serv-U的时候遇到棘手的问题 后面也是误打误撞才迎刃而解的。。

 

【★重点】服务器配置完毕后 就是相关的测试 在我们测试的整整一个礼拜里 网络中心给我们换了不下三次的IP。我们表示非常郁闷然后。怎么能才让访客在一个Ip下访问我们的FTP呢 我们又想到了 动态IP解析。类似于希网的动态域名解析。但是我们并没有使用希网的解析服务,而是选择了也不算知名的IP解析服务商。www.meibu.com 这个是他们的主页。

 

以上有些许轻描淡写但是思路出来就行 在说说内网共享上网吧

看图吧。。怎么说呢自己看的懂也是不容易的事情。

 

2

Tags: , ,