Changes between Version 31 and Version 32 of Docs/Prog/Manual/DeviceSupport/Network


Ignore:
Timestamp:
12/14/21 17:02:04 (3 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/DeviceSupport/Network

    v31 v32  
    483483This requires access to an e-mail server that does not require an encrypted connection.
    484484
     485== FTP ==
     486The 825 has limited ftp command line ability to send files. This only supports very basic unsecured ftp file servers.
     487
     488ftpput [OPTIONS] HOST REMOTE_FILE LOCAL_FILE
     489Store a local file on a remote machine via FTP
     490Options:
     491        -v,--verbose    Verbose
     492        -u,--username   Username
     493        -p,--password   Password
     494        -P,--port       Port number
     495
    485496
    486497== Batch file to upload a file from a PC to an 825 using the 825 web server and cURL (tested with Windows 10) ==