当前位置:网站首页>[FTP] common FTP commands, updating continuously
[FTP] common FTP commands, updating continuously
2022-07-01 04:43:00 【Jiangtaixiaobai】
- Sign in
ftp 【IP】 user name password
- see ftp File list under
ls
- Get into ftp Under the folder
cd 【 Folder name 】
- Upload files
put 【 The path of the file to be uploaded ( With suffix )】 【 The file name after uploading ( With suffix )】 prompt( Turn off the prompt ) mput *
- Download the file
lcd Local directory ( The directory where the file is downloaded ) get file prompt( Turn off the prompt ) mget *
- Create folder
mkdir 【 Folder name 】
- Switch active mode
passive
- Delete file
delete file prompt( Turn off the prompt ) mdelete *
边栏推荐
- 2022危险化学品生产单位安全生产管理人员题库及答案
- 数据加载及预处理
- Shell之Unix运维常用命令
- Announcement on the list of Guangdong famous high-tech products to be selected in 2021
- 神经网络-最大池化的使用
- Offline installation of Wireshark 2.6.10
- VR线上展览所具备应用及特色
- How to choose the right server for website data collection?
- 测量三相永磁同步电机的交轴直轴电感
- Difficulties in the development of knowledge map & the importance of building industry knowledge map
猜你喜欢
Execution failed for task ‘:app:processDebugResources‘. > A failure occurred while executing com. and
2022 a special equipment related management (elevator) simulation test and a special equipment related management (elevator) certificate examination
神经网络-使用Sequential搭建神经网络
Daily algorithm & interview questions, 28 days of special training in large factories - the 13th day (array)
2022 gas examination question bank and online simulation examination
LM小型可编程控制器软件(基于CoDeSys)笔记二十:plc通过驱动器控制步进电机
AssertionError assert I.ndim == 4 and I.shape[1] == 3
Pytorch(三) —— 函数优化
I also gave you the MySQL interview questions of Boda factory. If you need to come in and take your own
2022 question bank and answers for safety production management personnel of hazardous chemical production units
随机推荐
Dual Contrastive Learning: Text Classification via Label-Aware Data Augmentation 阅读笔记
C - detailed explanation of operators and summary of use cases
Maixll-Dock 快速上手
Difference between cookie and session
JS image path conversion Base64 format
Tencent has five years of testing experience. It came to the interview to ask for 30K, and saw the so-called software testing ceiling
【硬十宝典】——2.【基础知识】开关电源各种拓扑结构的特点
Basic usage, principle and details of session
Research on medical knowledge atlas question answering system (I)
Shell之分析服务器日志命令集锦
常用的Transforms中的方法
Execution failed for task ‘:app:processDebugResources‘. > A failure occurred while executing com. and
The design points of voice dialogue system and the importance of multi round dialogue
C#读写应用程序配置文件App.exe.config,并在界面上显示
MySQL winter vacation self-study 2022 12 (5)
2022 G2 power station boiler stoker examination question bank and G2 power station boiler stoker simulation examination question bank
selenium打开chrome浏览器时弹出设置页面:Mircrosoft Defender 防病毒要重置您的设置
Odeint et GPU
Advanced application of ES6 modular and asynchronous programming
Dataloader的使用