linux - lcd命令

来源:趣味经验馆 2.51W

lcd命令是ftp的内建命令。代表 change local directory,意为切换本地目录,用法是lcd /path/to/your/directory。

linux lcd命令

拓展资料:

ftp命令介绍:

FTP(文件传输协议)是一种通常用于在客户端和服务器之间传输文件的协议。 

先决条件 (Prerequisite):

VSFTPD (Very Secure File Transfer Protocol Daemon) installed and properly configured. It’s also crucial to point out that you must have read permissions from the source file and write permissions on the FTP server. This enables you to transfer files to and fro in a secure/encrypted manner.

VSFTPD (非常安全的文件传输协议守护程序)已安装并正确配置。 同样重要的是要指出您必须具有对源文件的读取权限,并且必须对FTP服务器具有写入权限。 这使您能够以安全/加密的方式来回传输文件。

建立FTP连接 (1. Establishing an FTP connection)

To establish an FTP connection with a remote server, use the syntax below on the terminal

要与远程服务器建立FTP连接,要在终端上使用以下语法:

# ftp ip-address

热门标签