Abort Method
Abort Current Upload/Download.
Syntax
[VB.NET] Public Sub Abort()
[C#] public void Abort();
Remarks
This method sends an ABOR command to the FTP server. It is used to interrupt file uploads/downloads.
NOTE: This method has a corresponding asynchronous version (AbortAsync) for use in the WinRT environment.