ComponentSpace FTP Class Library Reference

FtpClient.Abort Method 

Ask the server to abort the current command and any associated data transfer.

[Visual Basic]
Public Sub Abort()
[C#]
public void Abort();

Exceptions

Exception Type Condition
FtpException Thrown when the abort fails.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace