Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.7k views
in .NET FTP by
Hi,
when i call the Get method and after i call CancelTransfer method, the aplication hangs.
The version is 1.1.4.0. Can you give me an example of this method?

My code is the following:

ftp = New FTPClient(host)
ftp.Login(user, password)
ftp.ConnectMode = FTPConnectMode.PASV
ftp.TransferType = FTPTransferType.BINARY
ftp.Get(rutalocal, rutaParcial)
ftp.Quit()

And when the user click the button of cancel i call the funcion:

ftp.CancelTransfer()

What is the problem?
Thanks.

Please log in or register to answer this question.

Categories

...