skills_ssh+sftp

1 sftp command:

Put file to server or Get File to local By DropZone
You can ssh to the server or open git at local, then using sftp command as the below you will upload the file to dropzone or download the file from dropzone.
DropZone Web: https://dropzone.abc.com/
Or Download and use WinSCP.

# eg. sftp to dropzone.abc.com
sftp w***12@dropzone.abc.com
--input Domain password

  1. upload file to dropzone
    put fileName
    put prefix*

  2. download file from dropzone
    get fileName
    get prefix*
    -- another command:
    sftp ${dropzone_host}😒{drop_file_name} ${slc_file_name}
    eg. sftp w***12@dropzone.abc.com:/etl/aaa.sh local_aaa.sh

  3. other commands
    mkdir, ls

2

posted @ 2021-08-26 12:32  mediocrep  阅读(31)  评论(0编辑  收藏  举报
既然选择了远方,便只顾风雨兼程!