Getting file size Clause Samples
Getting file size. To get the size of a file, a client must do the following: File remoteFile = FileFactory.createFile( session, remoteURL, Flags.CREATE.getValue() ) System.out.println("Remote file size: " + remoteFile.getSize() + " KB")
