FTP Upload Info

This class defines the settings to upload one or more files to an FTP server.

Reference Information
Release Status : Stable
Alias Name : Entity.FtpUploadInfo
Full Reference Name : Collaboris.Saf.Actions.Entities.FtpUploadInfo
Assembly Name : Collaboris.Saf

Properties
Name Description Example Value Output Required
FtpAddress String. The full FTP address of the server and folder. ftp://ftp.server.co.uk/folder1 false false
FileNames List`1. A list of filenames (with paths) to FTP to the FTP server.

Note :
This can easily be paired with 'Action.GetFiles' to retrieve a list of files.
c:\windows\system32\drivers\etc\hosts false false
Password String. The password of the account to login in to the FTP Server. Password1 false false
UserName String. The user name to login in to the FTP Server with. FTPUser false false