<< back to sysax.com Product page

10.2. Uncompressing files

The FTPUncompress method can be used to uncompress a file that has been previously compressed.

Exhibit 10.3. IDL Definition of method to uncompressing files


HRESULT FTPUncompress ([in] BSTR b_name);


Exhibit 10.4. Example usage of method to uncompressing files (VBScript)


app.FTPUncompress   "file.zip"