I read in the FTPClient API the following statement:
boolean storeUniqueFile(InputStream local)
Stores a file on the server using a unique name assigned by the server and taking input from the given InputStream.
How do I know the unique name or path the server assigned for the file? Has anybody used this API before?