Changes between Version 31 and Version 32 of Docs/Prog/Manual/DeviceSupport/Network
- Timestamp:
- 12/14/21 17:02:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/Network
v31 v32 483 483 This requires access to an e-mail server that does not require an encrypted connection. 484 484 485 == FTP == 486 The 825 has limited ftp command line ability to send files. This only supports very basic unsecured ftp file servers. 487 488 ftpput [OPTIONS] HOST REMOTE_FILE LOCAL_FILE 489 Store a local file on a remote machine via FTP 490 Options: 491 -v,--verbose Verbose 492 -u,--username Username 493 -p,--password Password 494 -P,--port Port number 495 485 496 486 497 == Batch file to upload a file from a PC to an 825 using the 825 web server and cURL (tested with Windows 10) ==