Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sdk:scripts:techsupport [2018/07/02 15:22] jurascheksdk: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 = "192.168.1.254"; FTP_SERVER = "192.168.1.254";
-FTP_USER   = "myuser"; +FTP_USER   = "user"; 
-FTP_PASS   = "mypass";+FTP_PASS   = "password";
  
 now = localtime(time()); now = localtime(time());