UpLoad
UpLoad(LocalFilePath As String, RemotePath As String[, RemoteFileName As String[, OverWrite As Boolean]]) As Boolean
Upload the local file designated by the full name <LocalFilePath> to the FTP server path designated by <RemotePath>.
The optional parameter <RemoteFileName> contains the name of the file to create in the FTP server directory. By default, it's the same name as on the local station. The optional parameter <OverWrite> specifies if the existing file on the remote server is replaced or not.