PutFile
Previous Top Next

Uploads a file to the ftp server.
Syntax: PutFile (SrcFile As String, DstFile As String)
SrcFile - The name and path of the file on the device / desktop.
DstFile - The name of the target file on the server.

Example:
ftp.PutFile (AppPath & "\image001.jpg","Image001.jpg")