IBM FTP Adapter manual FTP Commands, List of Commands, OPEN ftphost USER ftpuser PASS ftppass

Models: FTP Adapter

1 40
Download 40 pages 12.42 Kb
Page 16
Image 16
OPEN ftp_host

Chapter 3 - FTP Commands

List of Commands

Without a firewall the start of a file transfer begins with:

Establish a Socket connection to the remote host.

Issue the USER command over the connection.

Issue the PASS command over the connection.

When a firewall is present (used) more steps are performed in the beginning of the transfer of the files.

These steps are dependent on the /method specified in the last part of the -FIREWALLcommand.

OPEN

Establish a Socket connection to the firewall host

Issue the following command over the connection in this order:

OPEN ftp_host

USER ftp_user

PASS ftp_pass

SITE

Establish a Socket connection to the firewall host

Issue the following command over the connection in this order:

USER fw_user

PASS fw_pass

SITE ftp_host

USER ftp_user

PASS ftp_pass

TRANSPARENT

Establish a Socket connection to the remote host

Issue the following command over the connection in this order:

USER fw_user

PASS fw_pass

USER ftp_user

PASS ftp_pass

USERFW

Establish a Socket connection to the firewall host

Issue the following command over the connection in this order:

F T P A d a p t e r R e f e r e n c e G u i d e

1 6

Page 16
Image 16
IBM FTP Adapter manual FTP Commands, List of Commands, OPEN ftphost USER ftpuser PASS ftppass