technote:sftp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technote:sftp [2019/04/19 22:36] – [Linux] Gerard Nicol | technote:sftp [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Linux ===== | ===== Linux ===== | ||
+ | |||
+ | ==== Using TMSS10SFTP ==== | ||
+ | |||
+ | The '' | ||
+ | |||
+ | This program provides more automation that the native '' | ||
+ | |||
+ | This comes in handy when downloading files from Iron Mountain as they only provide time-stamped files requiring the user to know the name of the file to be downloaded in advance. | ||
+ | |||
+ | Documentation for '' | ||
+ | ==== Using sshpass and sftp ==== | ||
The Linux '' | The Linux '' | ||
- | <sxh text;> | + | <code text;> |
[root@corp-01 ~]# yum install sshpass | [root@corp-01 ~]# yum install sshpass | ||
Last metadata expiration check: 0:04:14 ago on Fri 19 Apr 2019 04:22:49 PM MDT. | Last metadata expiration check: 0:04:14 ago on Fri 19 Apr 2019 04:22:49 PM MDT. | ||
Line 40: | Line 51: | ||
Complete! | Complete! | ||
- | </sxh> | + | </code> |
Once '' | Once '' | ||
Line 47: | Line 58: | ||
- | <sxh text;> | + | <code text;> |
[root@corp-01 ~]# sshpass -p " | [root@corp-01 ~]# sshpass -p " | ||
Connected to server.tapetrack.com. | Connected to server.tapetrack.com. | ||
sftp> put drm.csv upload/ | sftp> put drm.csv upload/ | ||
- | </sxh> | + | </code> |
+ | |||
+ | ===== Windows ===== | ||
+ | |||
+ | Windows users wanting to send files via SFTP can use the '' | ||
+ | {{tag> |
technote/sftp.1555713373.txt.gz · Last modified: 2025/01/21 22:07 (external edit)