Created
October 13, 2014 06:19
-
-
Save precious-ming/47942d3e14fc04a2bbb7 to your computer and use it in GitHub Desktop.
FTP相关知识
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="name" content="personcompanylist"> | |
<title>download</title> | |
<style type="text/css"> | |
.box{ | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="box"> | |
<h3>文件下载</h3> | |
<div class="filedownload"> | |
<hr /> | |
<a href="ftp://FzzgTVApp:[email protected]/FzzgTVApp.apk"> | |
ftp下载到电脑 | |
</a> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
超链中ftp的写法:
ftp://账号:密码@ip地址/该路径下的文件