VeriStand .NET API Reference

FTPBase.UploadFile Method (String)

Uploads a file to the FTP server.

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 _
) As String
C#
protected string UploadFile(
	string filePath
)
Visual C++
protected:
String^ UploadFile(
	String^ filePath
)

Parameters

filePath
Type: System.String
The fully qualified path of the file to upload.

Return Value

A status message sent from the FTP server.

See Also

Log in to get a better experience