<< back to sysax.com Product page

3.6. 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.

The syntax is

Exhibit 3.19. table title

enablepasv;

disablepasv;

Some examples are

Exhibit 3.20. table title

enablepasv; #enable PASV data connections

disablepasv; #enable PORT data connections