<< back to sysax.com Product page

4.4.2. Terminate FTP session

The close Ends the FTP session with the remote server and returns to the command interpreter.

The Syntax is

Exhibit 4.25. Syntax of "close" command

 
 close


The example is

Exhibit 4.26. Example of "close" command


 sysaxftp> open system2
 220- Sysax Multi Server Service [version 4]
 220
 User: star
 USER star
 331 User name okay, need password
 Password:
 PASS star
 230 User logged in, proceed
 PWD
 257 "/" is current path
 sysaxftp> close
 OUIT

 sysaxftp>