Aborts the process of received the file and directory listing.
Declaration
public void Abort()
Remarks
Calling Abort() will not ignore the last received item.
You have to call Ignore() prior to calling Abort()
if you don't want to have the last received item in your list.