Skip to content

Instantly share code, notes, and snippets.

@precious-ming
Created October 13, 2014 06:19
Show Gist options
  • Save precious-ming/47942d3e14fc04a2bbb7 to your computer and use it in GitHub Desktop.
Save precious-ming/47942d3e14fc04a2bbb7 to your computer and use it in GitHub Desktop.
FTP相关知识
<!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>
@precious-ming
Copy link
Author

超链中ftp的写法:

ftp://账号:密码@ip地址/该路径下的文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment