This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sdk:scripts:techsupport [2015/05/05 15:04] – external edit 127.0.0.1 | sdk:scripts:techsupport [2022/09/05 12:26] (current) – schmitt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SDK Script techsupport.are ====== | ====== SDK Script techsupport.are ====== | ||
| + | To upload a techsupport directy to a ftp server use this file: | ||
| + | |||
| <code c techsupport.are> | <code c techsupport.are> | ||
| /* DESC: This transfers a techsupport to a remote FTP server | /* DESC: This transfers a techsupport to a remote FTP server | ||
| Line 6: | Line 8: | ||
| FTP_SERVER = " | FTP_SERVER = " | ||
| - | FTP_USER | + | FTP_USER |
| - | FTP_PASS | + | FTP_PASS |
| now = localtime(time()); | now = localtime(time()); | ||