Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.8k views
in .NET FTP by
Hi,

When i call the put and get methods the bytesTranferred method of the interface FTPProgressMonitor is not being fired.

What i am doing is inherit a class from FTPProgressMonitor which will override the function bytesTransferred. this function will update the progress bar depending on the count value returned. I have also added the progressMonitor to the ftpclient object.

Can any one guide me?

If anyone have the code which executes the bytesTransferred function it will be very helpful to me.

Thanks In Advance.
Sriram.

5 Answers

0 votes
by (162k points)
Is this a Java question? If so please post in the Java forum.
0 votes
by
Hi,

This is not related to Java. this is related to the edt ftp api.

Thanks.
Sriram.
0 votes
by (162k points)
edtFTPnet doesn't have an FTPProgressMonitor interface - our Java product, edtFTPj does.

Hi,

This is not related to Java. this is related to the edt ftp api.

Thanks.
Sriram.
0 votes
by
The FTPProgressMonitor interface will be implemented in the .NET version?

Regards.
0 votes
by (162k points)
No.

.NET events are already in the .NET version that provide much better functionality than the FTPProgressMonitor interface in the Java version.

See the developer's guide for a list of the events, or the documentation.

The FTPProgressMonitor interface will be implemented in the .NET version?

Regards.

Categories

...