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
-
upload file to dropzone
put fileName
put prefix* -
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 -
other commands
mkdir, ls