ftp上传下载至网站
完整的命令行模式解析!

1. 首先open 域名(Ip)形式即可
实例:
open 60.205.45.115
2.后面输入用户名(主机名):
bxw2713600302
3.输入密码:密码默认显示不可见
4.确定下载(上传)到什么目录下:
ftp> lcd c:\users\administrator\desktop
目前的本地目录 C:\users\administrator\Desktop。
5.显示当前所在文件夹:dir
ftp> dir
PORT command successful.
Data connection already open; Transfer starting.
-- :37AM <DIR> dist
-- :36AM index.html
Transfer complete.
ftp: 收到 字节,用时 .01秒 .80千字节/秒。
6.关掉交互模式
ftp> prompt
交互模式 关 。
7.下载需要的文件:mget filename
ftp> mget index.html
Type set to A.
PORT command successful.
Data connection already open; Transfer starting.
Transfer complete.
ftp: 收到 字节,用时 .20秒 .48千字节/秒。
8.修改完后在当前目录推上去即可,命令:send(put) filename
ftp> send index.html
PORT command successful.
Data connection already open; Transfer starting.
Transfer complete.
ftp: 发送 字节,用时 .15秒 .67千字节/秒。
9.退出的话可以:bye
ftp >bye
ftp> open 60.205.45.115
连接到 60.205.45.115。
-Microsoft FTP Service
欢迎您使用万网主机,如果您FTP登陆账户验证失败,请登陆主机控制面板:cp.hichina.com进行口令重置
OPTS UTF8 command successful - UTF8 encoding now ON.
用户(60.205.45.115:(none)): bxw2713600302
Password required for bxw2713600302.
密码:
-欢迎您使用中国万网虚拟主机服务,本空间禁止使用聊天室,江湖游戏,在线视频播放,专业下载等严重耗用服务器资源的程序,谢 谢您的合作apphost
User logged in.
ftp> cd
远程目录 dir
The system cannot find the file specified.
ftp> dir
PORT command successful.
Opening ASCII mode data connection.
终止所有活动的数据连接... ftp> dir
PORT command successful.
Data connection already open; Transfer starting.
-- :37AM <DIR> dist
-- :36AM index.html
Transfer complete.
ftp: 收到 字节,用时 .01秒 .80千字节/秒。
ftp> notepad inex.html
无效命令。
ftp> lcd c:\users\administrator\desktop
目前的本地目录 C:\users\administrator\Desktop。
ftp> prompt
交互模式 关 。
ftp> mget index.html
Type set to A.
PORT command successful.
Data connection already open; Transfer starting.
Transfer complete.
ftp: 收到 字节,用时 .20秒 .48千字节/秒。
ftp> send index.html
PORT command successful.
Data connection already open; Transfer starting.
Transfer complete.
ftp: 发送 字节,用时 .15秒 .67千字节/秒。
OK,DOS窗口登陆FTP教程结束!
窗口登陆(在地址栏输入ip地址即可)

输入服务器账号和密码


已经登陆,图形化操作

OK,图形化操作讲解完毕!
ftp上传下载至网站的更多相关文章
- JAVA 实现FTP上传下载(sun.net.ftp.FtpClient)
package com.why.ftp; import java.io.DataInputStream; import java.io.File; import java.io.FileInputSt ...
- windows系统下ftp上传下载和一些常用命令
先假设一个ftp地址 用户名 密码 FTP Server: home4u.at.china.com User: yepanghuang Password: abc123 打开windows的开始菜单, ...
- windows下ftp上传下载和一些常用命令
先假设一个ftp地址 用户名 密码 FTP Server: home4u.at.china.com User: yepanghuang Password: abc123 打开windows的开始菜单, ...
- FTP上传下载工具(FlashFXP) v5.5.0 中文版
软件名称: FTP上传下载工具(FlashFXP) 软件语言: 简体中文 授权方式: 免费试用 运行环境: Win 32位/64位 软件大小: 7.4MB 图片预览: 软件简介: FlashFXP 是 ...
- 高可用的Spring FTP上传下载工具类(已解决上传过程常见问题)
前言 最近在项目中需要和ftp服务器进行交互,在网上找了一下关于ftp上传下载的工具类,大致有两种. 第一种是单例模式的类. 第二种是另外定义一个Service,直接通过Service来实现ftp的上 ...
- C# -- FTP上传下载
C# -- FTP上传下载 1. C#实现FTP下载 private static void TestFtpDownloadFile(string strFtpPath, string strFile ...
- Java.ftp上传下载
1:jar的maven的引用: 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="ht ...
- python之实现ftp上传下载代码(含错误处理)
# -*- coding: utf-8 -*- #python 27 #xiaodeng #python之实现ftp上传下载代码(含错误处理) #http://www.cnblogs.com/kait ...
- python之模块ftplib(实现ftp上传下载代码)
# -*- coding: utf-8 -*- #python 27 #xiaodeng #python之模块ftplib(实现ftp上传下载代码) #需求:实现ftp上传下载代码(不含错误处理) f ...
随机推荐
- 转:Google Project Zero挖洞经验整理
https://www.sec-un.org/google-project-zero%E6%8C%96%E6%B4%9E%E7%BB%8F%E9%AA%8C%E6%95%B4%E7%90%86/ 1. ...
- 关于在eclipse下的mapreduce工程打包成jar包的问题(包含第三方jar包)
这个问题也是在开发项目中经常遇到的一个问题,网上提供了很多方法,但是我发现很多并不适用,这里推荐两种方法,一种肯定没问题,就是比较麻烦,另一种是适用FatJar来打包,但是我没成功,原因估计出在ubu ...
- NetCore2.0 RozarPage自动生成增删改查
原文链接:https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/web-api-help-pages-using-swagger 上面的只是原文 ...
- Python开发基础-Day22反射、面向对象进阶
isinstance(obj,cls)和issubclass(sub,super) isinstance(obj,cls)检查是否obj是否是类 cls 的对象,如果是返回True class Foo ...
- A - Chinese Girls' Amusement ZOJ - 2313(大数)
You must have heard that the Chinese culture is quite different from that of Europe or Russia. So so ...
- POJ1704 Georgia and Bob 博弈论 尼姆博弈 阶梯博弈
http://poj.org/problem?id=1704 我并不知道阶梯博弈是什么玩意儿,但是这道题的所有题解博客都写了这个标签,所以我也写了,百度了一下,大概是一种和这道题类似的能转换为尼姆博弈 ...
- 【20181019T1】加密【逆元+位运算】
题面 [错解] 可能要逆推 <<就是乘法,好做 但^是什么东西? 欸暴力map70分,索性妥协 [正解] 注意^是自己异或上自己右移,前i位就是t的前i位 往后推就好 代码
- lightoj 1052 - String Growth & uva 12045 - Fun with Strings 矩阵
思路:很容易发现规律,数列和Fib数列一样的. 记开始的时候啊a的个数为Y,b的个数为X.建立矩阵. 代码如下: #include<iostream> #include<cstdio ...
- strust2的核心和工作原理
在学习strust2之前,我们要明白使用struts2的目的是什么?它能给我们带来什么样的好处? 设计目标 Strust设计的第一目标就是使MVC模式应用于web程序设计. 技术优势 Struts2有 ...
- bootstrap学习(全局CSS样式)(二)
标题类:.h1到.h6 页面主体 bootstrap将全局font-size设置为14px,line-height设置为1.428,这些属性 直接赋予元素和所有段落元素. 文本对齐类 text-lef ...