Gentee Programming Language > Documentation > Libraries Download documentation

ftp.getsize

Retrieves the file size from the FTP server.
 
uint ftp.getsize(
      str   filename,
      uint   psize
)

Parameters

filenameFilename.
psizeA pointer to uint value is used to store the file size.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.