Uploads a file to the FTP server with a new filename.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Protected Function UploadFile ( _
filePath As String, _
fileNameOnServer As String _
) As String |
Parameters
- filePath
- Type: System.String
The fully qualified path of the file to upload.
- fileNameOnServer
- Type: System.String
The filename to create on the FTP server.
Return Value
A status message sent from the FTP server.