当前位置:网站首页>[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 *

原网站

版权声明
本文为[Jiangtaixiaobai]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207010439503610.html