DOS Command Line Support


Supported FTP Commands

The Following is a list of FTP Commands that are supported through the BlueZone Secure FTP Command Line Interface.

Format: STOR str1

Format: STOR "str1" str2

Format: STOU str1

Format: STOU "str1" str2

Format: APPE str1

Format: APPE "str1" str2

Format: PUT str1

Format: PUT "str1" str2

Format: RETR str1

Format: RETR "str1" str2

Format: GET str1

Format: GET "str1" str2

Format: MPUT str1

Format: MPUT str1 str2 str3 etc. (long file names containing spaces are not supported in this command, use multiple STOR commands instead).

Format: MGET str1

Format: MGET str1 str2 str3 etc. (long file names containing spaces are not supported in this command, use multiple RETR commands instead).

Format: LIST

Format: LS

Format: DIR

Format: EXIT

Format: QUIT

Format: CWD str1

Format: CD str1

Format: CDUP

Format: TYPE A (Sets Type to ASCII)

Format: TYPE I (Sets Type to Binary)

Format: TYPE E (Sets Type to EBCDIC)

Format: TYPE F (Sets Type to Double-Byte EBCDIC)

Format: TYPE B (Sets Type to Double-Byte ASCII)

Format: REIN

Format: SITE

Format: DELE str1

Format: MKD str1

Format: RMD str1

Format: AUTH

Format: AUTH SSL

Format: AUTH TLS

Format: AUTH TLS-C

Format: AUTH TLS-P

Format: SMNT str1

Format: SMNT str1 str2

Format: SMNT str1 str2 str3

Format: IFTD Library iSeries_File FFD Type PC_FileName

Where: Library is the library on the iSeries server.

Where: iSeries_File is the data file to use for the transfer.

Where: FFD is the file field descriptor.

Type: 0 for XLS, 1 for CSV, 2 for Tab-delimited(txt).

Where: PC_FileName is the destination filename for the XLS, CSV, or TXT file.

Format: IFTU Library iSeries_File FFD PC_FileName

Whrer: Library is the library on the iSeries server.

Where: iSeries_File is the data file to use for the transfer.

Where: FFD is the file field descriptor.

Where: PC_FileName is the destination filename for the XLS, CSV, or TXT file.


Related Topics:

DOS Batch File Support

Command Line Switch Table

iSeries File Transfer Using the Command Line