完整的命令行模式解析!

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上传下载至网站的更多相关文章

  1. JAVA 实现FTP上传下载(sun.net.ftp.FtpClient)

    package com.why.ftp; import java.io.DataInputStream; import java.io.File; import java.io.FileInputSt ...

  2. windows系统下ftp上传下载和一些常用命令

    先假设一个ftp地址 用户名 密码 FTP Server: home4u.at.china.com User: yepanghuang Password: abc123 打开windows的开始菜单, ...

  3. windows下ftp上传下载和一些常用命令

    先假设一个ftp地址 用户名 密码 FTP Server: home4u.at.china.com User: yepanghuang Password: abc123 打开windows的开始菜单, ...

  4. FTP上传下载工具(FlashFXP) v5.5.0 中文版

    软件名称: FTP上传下载工具(FlashFXP) 软件语言: 简体中文 授权方式: 免费试用 运行环境: Win 32位/64位 软件大小: 7.4MB 图片预览: 软件简介: FlashFXP 是 ...

  5. 高可用的Spring FTP上传下载工具类(已解决上传过程常见问题)

    前言 最近在项目中需要和ftp服务器进行交互,在网上找了一下关于ftp上传下载的工具类,大致有两种. 第一种是单例模式的类. 第二种是另外定义一个Service,直接通过Service来实现ftp的上 ...

  6. C# -- FTP上传下载

    C# -- FTP上传下载 1. C#实现FTP下载 private static void TestFtpDownloadFile(string strFtpPath, string strFile ...

  7. Java.ftp上传下载

    1:jar的maven的引用: 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="ht ...

  8. python之实现ftp上传下载代码(含错误处理)

    # -*- coding: utf-8 -*- #python 27 #xiaodeng #python之实现ftp上传下载代码(含错误处理) #http://www.cnblogs.com/kait ...

  9. python之模块ftplib(实现ftp上传下载代码)

    # -*- coding: utf-8 -*- #python 27 #xiaodeng #python之模块ftplib(实现ftp上传下载代码) #需求:实现ftp上传下载代码(不含错误处理) f ...

随机推荐

  1. POJ 3171.Cleaning Shifts-区间覆盖最小花费-dp+线段树优化(单点更新、区间查询最值)

    Cleaning Shifts Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 4721   Accepted: 1593 D ...

  2. CodeForces 738D Sea Battle

    抽屉原理. 先统计最多有$sum$个船可以放,假设打了$sum-a$枪都没打中$a$个船中的任意一个,那么再打$1$枪必中. #pragma comment(linker, "/STACK: ...

  3. SGU167 I-country

    嗯以前在某个DP专题了发过这道题,但是当时没码代码,现在重发一篇题解 思考阶段如何划分:由已经处理的行数向下扩展,但是仅有行数我们无法描述状态空间那我们再加入已经选过的格子数,这样我们似乎可以确定我们 ...

  4. 桌面笔记工具KeepNote

    桌面笔记工具KeepNote   在渗透测试过程中,安全人员经常需要记录各种数据,如输出结果.运行截图.测试心得.这类信息格式多样,可能是图片.文字.文件等.为了便于管理这些内容,Kali Linux ...

  5. 【转载】R中有关数据挖掘的包

    下面列出了可用于数据挖掘的R包和函数的集合.其中一些不是专门为了数据挖掘而开发,但数据挖掘过程中这些包能帮我们不少忙,所以也包含进来. 1.聚类 常用的包: fpc,cluster,pvclust,m ...

  6. [BZOJ2109][NOI2010]航空管制(贪心+拓扑)

    2109: [Noi2010]Plane 航空管制 Time Limit: 10 Sec  Memory Limit: 512 MBSubmit: 1227  Solved: 510[Submit][ ...

  7. 【推导】【贪心】XVII Open Cup named after E.V. Pankratiev Stage 4: Grand Prix of SPb, Sunday, Octorber 9, 2016 Problem H. Path or Coloring

    题意:给你一张简单无向图(但可能不连通),再给你一个K,让你求解任意一个问题:K染色或者输出一条K长路径. 直接贪心染色,对一个点染上其相邻的点的颜色集合之中,未出现过的最小的颜色. 如果染成就染成了 ...

  8. 【线段树】HDU1754-I hate it

    单点修改,区间最值的标程,没什么好说的. #include<iostream> #include<cstdio> #include<cstring> #includ ...

  9. 倒置数组 Exercise07_12

    import java.util.Scanner; /** * @author 冰樱梦 * 时间:2018年下半年 * 题目:倒置数组 * */ public class Exercise07_12 ...

  10. Activity(活动)的启动模式

    在实际项目中我们应该根据特定的需求为每个活动指定相应的启动模式.启动模式一共分为4种:standar.singleTop.singleTask和singleInstance.可以在AndroidMan ...