zoukankan      html  css  js  c++  java
  • windows下sublime通过sftp扩展上传文件到linux服务器上

    首先在package controll下载sftp扩展,在任意磁盘下新建文件夹:

    然后,添加该文件夹到sublime中,并在xhell中链接linux服务器,新建目录,mkdir  /home/hello,

     如果保存之后,在xhell中,cd /home/hello仍然没有看到上传的文件,直接在sublime中右击hello文件夹,点击sftp/ftp,再点击upload folder,即可上传成功,在xhell中cd /home/hello,在输入ll

  • 相关阅读:
    第六周 8.23-8.29
    Go-ethereum源码解析-Part I
    Go语言
    UVa Live 4725
    UVa 11134
    UVa 11100
    UVa 11627
    UVa Live 4794
    UVa LA 4254
    UVa 10905
  • 原文地址:https://www.cnblogs.com/raind/p/8965949.html
Copyright © 2011-2022 走看看