Transfer a file using Trivial File Transport Protocol (TFTP).
TFTP is an Internet software utility for transferring files you can use in situations where user authenticating or directory access is unnecessary.
exec
switchServices tftp
Field Name | Description |
---|---|
host ipAddress | IP address for remote TFTP server. |
direction enumeration | Retrieve (get) or send (put) a file. Valid values:
|
source text | The name of the file you want to transfer. |
destination text | Optional: Where to transfer the file (path and file name). |
binary enumeration |
Optional: Transfers the file in binary mode (byte by byte). The default setting is "enabled". Valid values:
enabled , disabled
|
output enumeration |
Optional: Displays details about the TFTP file transfer. The default setting is "enabled". Valid values:
enabled , disabled
|
blockSize integer |
Optional: TFTP Block size requested in a file transfer. The default setting is "1432". |