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.