Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.7k views
in Java FTP by
Hi! In interface Eventlistener: we can get the remoteFileName by methods: public void uploadStarted(String connId, String remoteFilename);and public void uploadCompleted(String connId, String remoteFilename).It is good when we make downloading,While I think it's better if we can get localFileName when we make uploading,espically if we want to know which local file has bee uploaded successfully.

2 Answers

0 votes
by (162k points)
There's no doubt that's a good idea, but changing the interface may break a lot of people's code ...
0 votes
by
I know it ,so I suggest to to change it in your next release !
In fact I try to change make it myself, it works and seems not very difficult !
I can give you my code by mail,if you want :D
best wishes

Categories

...