zoukankan      html  css  js  c++  java
  • winscp配置

    WinSCP

    1. Install and run WinSCP
    2. Go to Preferences (Ctrl+Alt+P) and click on Transfer, then on Add. Name the preset.
    3. Set the transfer mode to binary (you don't want line conversions)
    4. Set file modification to "No change"
    5. Click the Edit button next to File Mask and setup your include and exclude files and folders (useful for when you have a .git/.svn folder present or you want to exclude build products from being synchronized).
    6. Click OK
    7. Connect to your remote server and navigate to the folder of interest
    8. Choose an empty folder on your local machine.
    9. Select your newly created Transfer settings preset.
    10. Finally, hit Ctrl+U (Commands > Keep remote directory up to date) and make sure "Synchronize on start" and "Update subdirectories" are checked.

    From then on, WinSCP will keep your changes synchronized.

    Work in the local folder using SublimeText. Just make sure that Sublime Text is set to guess the line endings from the file that is being edited.

  • 相关阅读:
    python列表
    OSS对象存储的文件上传、解冻、下载与查看
    常用压缩命令
    SWAP
    K8S_第一课作业_20200407
    K8S--- yaml配置文件
    K8S 简介
    php-fpm进程数控制
    linux常用查询命令
    Docker Note1——架构和三要素
  • 原文地址:https://www.cnblogs.com/yuliyang/p/4271674.html
Copyright © 2011-2022 走看看