FTPLOGOFF        Disconnect from a remote site

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands >

FTPLOGOFF        Disconnect from a remote site

Syntax:

FTPLOGOFF

 

Arguments:

none

 

Options:

/nowait

Return without waiting for a response from the FTP site after issuing a QUIT command.

 

/wait

Wait for a response from the FTP site after issuing a QUIT command.  This is the default action so explicitly specifying this option is not necessary. This command will eventually return when the connection times out, even if no response is received.  (The option is still recognized to maintain backward compatibility with existing Robo-FTP scripts that may have included this option.)

 

 

This script command terminates a connection to an FTP site.

 

The following commands produce identical results:

 

FTPLOGOFF

-and-

FTPLOGOFF /wait

 

In the unlikely event that FTPLOGOFF fails to successfully disconnect from an FTP site, you might try adding the /nowait option to see if the results are any different.

 

 

Related command(s): FTPLOGON, FTPCMD, STOP, EXIT  

See also: Using the Robo-FTP Client Applet