【CSEN035】Transfer CS Robot files Through SFTP

User can use SFTP to transfer robot script files, task files, txt files, configuation files and variable files between PC and the robot controller.

Robot controller SFTP info

IP:192.168.1.200(Use robot real IP address)

Port:22

UserName:root

Password:elibot

VsCode

Use SFTP extension

PC and robot controller should be in same network segment!!!

Install SFTP extension

Configure SFTP

1. Create a new folder, the example folder named as "WorkSpace" (script files, task files, txt files, configuration files, variable files will be stored in folder WorkSpace)


2. Use vscode to open "WorkSpace " folder

3. open vscode ommand panel (CTRL+SHIFT+P), input "SFTP:config"

SFTP configuration as below

{
    "name": "My Server",
    "host": "192.168.1.200",
    "protocol": "sftp",
    "port": 22,
    "username": "root",
    "password": "elibot",
    "remotePath": "/home/elite/user/program",
    "uploadOnSave": true
}

4. Transfer files from robot controller to PC

click SFTP button and transfer all files

5. Transfer files from PC to robot controller

right click file- Edit in local. When user finish editing and "Save", file will be uploaded automatically

点击显示全文
赞同0
发表评论
分享

手机扫码分享
0
231
收藏
举报
收起
登录
  • 密码登录
  • 验证码登录
还没有账号,立即注册
还没有账号,立即注册
注册
已有账号,立即登录
选择发帖板块
举报
请选择举报理由
举报
举报说明