Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.SIZE

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.SIZE

Method Signature

 Sub SIZE(RemoteFileName As String)

Parameters

Name Type Comment
RemoteFileName String The remote file to query.

Notes

Retrieves the size of the specified remote file, in bytes, and stores it in FTP.Connection.DataLength.

Clone this wiki locally