<< back to sysax.com Product page

4.7. Passive mode transfers

Files may be transferred using server initiated (PORT) or client initiated (PASV) data connections. The enablepasv command enables PASV data connections while the disablepasv command enables PORT data connections. These commands do not apply to SSH based SFTP file transfers.

Exhibit 4.21. Syntax of commands for enabling PASV and PORT data connections

enablepasv;

disablepasv;

Exhibit 4.22. Example for using the commands for enabling PASV and PORT data connections

enablepasv; #enable PASV data connections

disablepasv; #enable PORT data connections