VeriStand .NET API Reference

FTPUpload Class

Represents an FTP Upload step, which uploads files to 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 FTPUpload _
	Inherits FTPBase
C#
public class FTPUpload : FTPBase
Visual C++
public ref class FTPUpload : public FTPBase

Remarks

Use the members of this class to configure FTP settings and upload files to 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.FTPUpload

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