CLI Command Reference
dest
Makito
X User’s Guide, v2.2, Issue 02
276
DEST
P
ARAMETERS
Parameter
Default
Description/Values
name
n/a
Specify a name for the destination.
1
to
32
characters
type
ftp
Select the protocol type, either:
• FTP: File Transfer Protocol
• FTPS: FTP with explicit Transport Layer
Security (TLS)
host
n/a
The server’s DNS host name or IP address
for the destination.
path
n/a
The directory on the host.
username
n/a
A valid user name to access the ftp server.
password
n/a
The password to access that ftp server with
the provided user name.
port
21
The port number for the destination server.
passive
yes
The FTP data connection mode for the
transfer, either
yes
for passive mode, or no
for active mode:
• Active: The client tells the server what port
it is listening on, and the data connection is
established by the server with the client via
the specified port. For this to work, there
either needs to be no firewalls or the
firewalls defined must understand the FTP
protocol.
• Passive: The client opens two random
ports. One port issues a PASV command to
inform the server that it is in Passive mode.
The server opens a random port and
responds to the client. The client uses the
second port to establish the data
connection with the server via the port
specified by the server.
untrust
no
This parameter can allow the Makito
X
to
connect to an FTPS server that is using an
untrusted SSL certificate.
NOTE:
Type yes to accept untrusted
certificates if
is ftps.