'Declaration Public Overloads Sub UploadFile( _ ByVal localFilePath As System.String, _ ByVal ftpFileName As System.String, _ ByVal restart As System.Long _ )
'Usage Dim instance As FTP Dim localFilePath As System.String Dim ftpFileName As System.String Dim restart As System.Long instance.UploadFile(localFilePath, ftpFileName, restart)
public void UploadFile( System.string localFilePath, System.string ftpFileName, System.long restart )
public procedure UploadFile( localFilePath: System.String; ftpFileName: System.String; restart: System.Int64 );
public function UploadFile( localFilePath : System.String, ftpFileName : System.String, restart : System.long );
public: void UploadFile( System.string* localFilePath, System.string* ftpFileName, System.long restart )
public: void UploadFile( System.String^ localFilePath, System.String^ ftpFileName, System.int64 restart )
Parameters
- localFilePath
- The full path of the file, including the file name
- ftpFileName
- The full path of the FTP file, including the ftp directory and file name
- restart
- The byte offset to begin uploading