VeriStand .NET API Reference

FTPDownload Class

Represents an FTP Download step, which downloads files from an FTP server, such as an RT target.

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 Class FTPDownload _
	Inherits FTPBase
C#
public class FTPDownload : FTPBase
Visual C++
public ref class FTPDownload : public FTPBase

Remarks

Use the members of this class to configure FTP settings and download files from an FTP server.
Note:

Some versions of Microsoft Windows block incoming FTP traffic by default. If prompted by the OS, allow NI VeriStand to use port 21 (FTP) to transfer data.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
            NationalInstruments.VeriStand.StimulusProfileDefinitionApi.FTPBase
                NationalInstruments.VeriStand.StimulusProfileDefinitionApi.FTPDownload

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