48
Default
The FTP operation type is
get
.
Views
FTP operation view, FTP template view
Predefined user roles
network-admin
mdc-admin
Parameters
get
: Gets a file from the FTP server.
put
: Transfers a file to the FTP server.
Usage guidelines
When you perform the
put
operation with the
filename
command configured, make sure the file
exists on the NQA client.
If you get a file from the FTP server, make sure the file specified in the URL exists on the FTP server.
The NQA client does not save the file obtained from the FTP server.
Use a small file for the FTP operation. A big file might result in transfer failure because of timeout, or
might affect other services for occupying much network bandwidth.
Examples
# Specify the operation type as
put
for the FTP operation.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type ftp
[Sysname-nqa-admin-test-ftp] operation put
# In FTP template view, specify the operation type as
put
for the FTP operation.
<Sysname> system-view
[Sysname] nqa template ftp ftptplt
[Sysname-nqatplt-ftp-ftptplt] operation put
operation (HTTP operation view)
Use
operation
to specify the operation type for the HTTP operation.
Use
undo operation
to restore the default.
Syntax
operation
{
get
|
post
|
raw
}
undo operation
Default
The HTTP operation type is
get
.
Views
HTTP operation view, HTTP template view
Predefined user roles
network-admin
mdc-admin