系统屋 - 系统光盘下载网站!

当前位置:首页 > 系统教程 > Linux教程 > 详细页面

Linux系统通过命令使用FTP的方法

时间:2023-03-04来源:系统屋作者:zhijie

  Linux系统下使用FTP,连接FTP服务器、上传文件、下载文件都是通过命令来完成的,下面就来介绍一下Linux系统通过命令使用FTP的方法。

Linux系统通过命令使用FTP的方法

  ftp命令使用Sample

  -bash-3.00$ ftp rws60001rems.us.oracle.com(连接另外一台主机)

  Connected to rws60001rems.us.oracle.com (139.185.21.141)。

  220 (vsFTPd 1.2.1)

  Name (rws60001rems.us.oracle.com:app7740): xxxxx

  331 Please specify the password.

  Password:

  230 Login successful.

  Remote system type is UNIX.

  Using binary mode to transfer files.

  ftp》 ls

  227 Entering Passive Mode (139,185,21,141,216,189)

  150 Here comes the directory listing.

  -rw-r--r-- 1 60202384 60402384 524 Aug 08 00:37 temp1.out

  226 Directory send OK.

  ftp》 pwd(ftp命令下也可以执行普通的linux命令,pwd,ls,cd…)

  257 “/slot/ems2384/appmgr”

  ftp》 ls temp1*

  227 Entering Passive Mode (139,185,21,141,178,113)

  150 Here comes the directory listing.

  -rw-r--r-- 1 60202384 60402384 524 Aug 08 00:37 temp1.out

  226 Directory send OK.

  ftp》 get temp1.out(从另一台主机往本地下载文件)

  local: temp1.out remote: temp1.out

  227 Entering Passive Mode (139,185,21,141,126,148)

  150 Opening BINARY mode data connection for temp1.out (524 bytes)。

  226 File send OK.

  524 bytes received in 0.0017 secs (3e 02 Kbytes/sec)

  ftp》 put INVLTENT.plx_bk(从本机往另外一台主机上传文件)

  local: INVLTENT.plx_bk remote: INVLTENT.plx_bk

  227 Entering Passive Mode (139,185,21,141,109,145)

  150 FILE: INVLTENT.plx_bk.1

  226 File receive OK.

  331776 bytes sent in 0.00457 secs (7.1e 04 Kbytes/sec)

  ftp》 bye(退出)

  221 Goodbye.

 1/2    1 2 下一页 尾页
分享到:

相关信息

  • Linux系统下如何使用NTP服务器?

    Linux系统下的NTP服务器指的是网络时间同步协议,其作用就是同步网络时间和Linux系统中的时间,使得Linux时间更加精确。下面就来介绍一下Linux系统下如何使用NTP服务器。...

    2023-03-03

  • 如何查阅Linux系统正在使用的Shell版本?

    Linux系统下可以同时打开多个Shell,但是正在运行的Shell却只能有一个。那么如何查阅Linux系统正在使用Shell的版本呢?下面就来介绍一下。...

    2023-03-03

评论

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载

公众号