uips-fixtures UiPath.FTP.Activities 3.0.0

8 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Delete File or Folder
UiPath.FTP.Activities.Delete

Removes a specified file from an FTP server. This activity only works if it is placed inside a With FTP Session scope activity.

Arguments

NameDirTypeReqDefaultDescription
RemotePath In InArgument<String>
ContinueOnError In InArgument<Boolean>
Directory Exists
UiPath.FTP.Activities.DirectoryExists

Checks whether a certain directory exists on an FTP server. This activity only works if it is placed inside a With FTP Session scope activity.

Arguments

NameDirTypeReqDefaultDescription
RemotePath In InArgument<String>
Exists Out OutArgument<Boolean>
ContinueOnError In InArgument<Boolean>
Download Files
UiPath.FTP.Activities.DownloadFiles

Downloads the specified files from an FTP server to the specified local folder. This activity only works if it is placed inside a With FTP Session scope activity.

Arguments

NameDirTypeReqDefaultDescription
RemotePath In InArgument<String>
LocalPath In InArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Recursive property Boolean
Create property Boolean
Overwrite property Boolean
Enumerate Objects
UiPath.FTP.Activities.EnumerateObjects

Generates a collection of files that have been found on the FTP server. Subfolders can also be included in the search by checking the Includes subfolders box. This activity only works if it is placed inside a With FTP Session scope activity.

Arguments

NameDirTypeReqDefaultDescription
RemotePath In InArgument<String>
Files Out OutArgument<IEnumerable<UiPath.FTP.FtpObjectInfo>>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Recursive property Boolean
Filter property UiPath.FTP.FtpFilterObjectType
File Exists
UiPath.FTP.Activities.FileExists

Checks whether a certain file exists in the specified FTP directory. This activity only works if it is placed inside a With FTP Session scope activity.

Arguments

NameDirTypeReqDefaultDescription
RemotePath In InArgument<String>
Exists Out OutArgument<Boolean>
ContinueOnError In InArgument<Boolean>
Move File or Folder
UiPath.FTP.Activities.MoveItem

Moves an item on an FTP server to a different remote path. This activity only works if it is placed inside a With FTP

Arguments

NameDirTypeReqDefaultDescription
RemotePath In InArgument<String>
NewPath In InArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Overwrite property Boolean
Upload Files
UiPath.FTP.Activities.UploadFiles

Uploads a file to an FTP server. This activity only works if it is placed inside a With FTP Session scope activity.

Arguments

NameDirTypeReqDefaultDescription
LocalPath In InArgument<String>
RemotePath In InArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Recursive property Boolean
Create property Boolean
Overwrite property Boolean
Use FTP Connection
UiPath.FTP.Activities.WithFtpSession

Connects to FTP server and provides a scope for other FTP activities.

Arguments

NameDirTypeReqDefaultDescription
Host In InArgument<String>
Port In InArgument<Int32>
Username In InArgument<String>
Password In InArgument<String>
SecurePassword In InArgument<Security.SecureString>
ClientCertificatePath In InArgument<String>
ClientCertificatePassword In InArgument<String>
ClientCertificateSecurePassword In InArgument<Security.SecureString>
ContinueOnError In InArgument<Boolean>
ProxyServer In InArgument<String>
ProxyPort In InArgument<Int32>
ProxyUser In InArgument<String>
ProxyPassword In InArgument<String>
ProxySecurePassword In InArgument<Security.SecureString>

Properties

NameKindTypeDescription
UseAnonymousLogin property Boolean
FtpsMode property UiPath.FTP.FtpsMode
SslProtocols property UiPath.FTP.FtpSslProtocols
UseSftp property Boolean
AcceptAllCertificates property Boolean
ProxyType property UiPath.FTP.FtpProxyType