Removes a specified file from an FTP server. This activity only works if it is placed inside a With FTP Session scope activity.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RemotePath | In | InArgument<String> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RemotePath | In | InArgument<String> |
✓ | ||
| Exists | Out | OutArgument<Boolean> |
|||
| ContinueOnError | In | InArgument<Boolean> |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RemotePath | In | InArgument<String> |
✓ | ||
| LocalPath | In | InArgument<String> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Recursive | property | Boolean |
|
| Create | property | Boolean |
|
| Overwrite | property | Boolean |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RemotePath | In | InArgument<String> |
✓ | ||
| Files | Out | OutArgument<IEnumerable<UiPath.FTP.FtpObjectInfo>> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Recursive | property | Boolean |
|
| Filter | property | UiPath.FTP.FtpFilterObjectType |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RemotePath | In | InArgument<String> |
✓ | ||
| Exists | Out | OutArgument<Boolean> |
|||
| ContinueOnError | In | InArgument<Boolean> |
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
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RemotePath | In | InArgument<String> |
✓ | ||
| NewPath | In | InArgument<String> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Overwrite | property | Boolean |
Uploads a file to an FTP server. This activity only works if it is placed inside a With FTP Session scope activity.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LocalPath | In | InArgument<String> |
✓ | ||
| RemotePath | In | InArgument<String> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Recursive | property | Boolean |
|
| Create | property | Boolean |
|
| Overwrite | property | Boolean |
Connects to FTP server and provides a scope for other FTP activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| 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
| Name | Kind | Type | Description |
|---|---|---|---|
| UseAnonymousLogin | property | Boolean |
|
| FtpsMode | property | UiPath.FTP.FtpsMode |
|
| SslProtocols | property | UiPath.FTP.FtpSslProtocols |
|
| UseSftp | property | Boolean |
|
| AcceptAllCertificates | property | Boolean |
|
| ProxyType | property | UiPath.FTP.FtpProxyType |