VeriStand .NET API Reference

FTPBase Class

Provides an abstract (MustInherit in Visual Basic) base class for interacting with files on an 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 MustInherit Class FTPBase _
	Inherits ActionStep
C#
public abstract class FTPBase : ActionStep
Visual C++
public ref class FTPBase abstract : public ActionStep

Remarks

FTPBase is the base class for all FTP steps.

Inheritance Hierarchy

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience