SetFtpParameters: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command configures parameters for the connected FTP session on the specified GSM port. Data Type (TEXT or BINARY) and FTP Mode (ACTIVE or PASSIVE). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetFtpParameters''' |PortIndex, [DataType, FTPType] |Error Code in case of error. |} '''OUTPUT''' Success or Error Message (See Data Commands Messages) '''EXAMPLE'''<syntaxhighlight lang="text"> ~# Set...") |
m (added Category:DATA using HotCat) |
||
(One intermediate revision by the same user not shown) | |||
Line 32: | Line 32: | ||
BAD PARAMETER | BAD PARAMETER | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:DATA]] |
Latest revision as of 08:56, 2 April 2025
This command configures parameters for the connected FTP session on the specified GSM port.
Data Type (TEXT or BINARY) and FTP Mode (ACTIVE or PASSIVE).
COMMAND
Command | Line Arguments | Returns |
---|---|---|
SetFtpParameters | PortIndex, [DataType, FTPType] | Error Code in case of error. |
OUTPUT
Success or Error Message (See Data Commands Messages)
EXAMPLE
~# SetFtpParameters 0 BINARY
FTP PARAMETER SET
~# SetFtpParameters 1 TEXT PASSIVE
FTP PARAMETER SET
~# SetFtpParameters 1 PASSIVE
FTP PARAMETER SET
~# SetFtpParameters 1 BINARY
BAD PARAMETER