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

FTP.Client.STOR

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

FTP.Client.STOR

Method Signature

 Sub STOR(RemoteFileName As String, LocalFile As FolderItem, Mode As Integer = 1)

Parameters

Name Type Comment
RemoteFileName String The remote file name.
LocalFile FolderItem The local file.
Mode Integer Optional. If specified, the FTP transfer mode to use.

Notes

Uploads the specified LocalFile to the remote server using RemoteFileName. Mode is the transfer mode; See the constants of the FTP.Connection class for Modes.

Clone this wiki locally