VeriStand .NET API Reference

FTPBase.ServerURL Property

Gets or sets the address of a file or directory on 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)
Public Property ServerURL As String
C#
public string ServerURL { get; set; }
Visual C++
public:
property String^ ServerURL {
	String^ get ();
	void set (String^ value);
}

Property Value

The address of the file or directory on the FTP server. The address cannot contain any characters that define the protocol. For example, 10.0.72.66/samplefile.txt is a valid address, but ftp://10.0.72.66/samplefile.txt is not.

See Also

Log in to get a better experience