# Release notes

> **Release date: August 27, 2025**

## v3.0.0

**Release date: August 27, 2025**

### Improvements

* The [Use FTP Connection](https://docs.uipath.com/activities/other/latest/workflow/with-ftp-session) activity now supports proxy configuration.
* The new **Object types** property was added to the[Enumerate Objects](https://docs.uipath.com/activities/other/latest/workflow/enumerate-objects) activity. It allows you to filter out unsupported object types, which is particularly useful when working with SFTP connections.

### Bug fix

The toggle state of the password input properties was not correctly preserved when upgraded to a newer version of the package.

### Breaking change

Starting with the 3.0.0 release of the FTP activity package, support for the.NET 4.6.1 framework has been discontinued. As a result, this and all subsequent package versions cannot be used for Windows-Legacy projects. Restrict package usage to Windows or cross-platform projects exclusively.

Package versions released before this date continue to support.NET 4.6.1 as per [the following timeline](https://docs.uipath.com/overview/other/latest/overview/deprecation-timeline#upcoming-removals).

## v2.4.0

**Release date: October 22, 2024**

### Improvements

The FTP activity package is now compatible with.NET 6 and it supports cross-platform projects.

The **FluentFTP** and **SSH.NET** libraries have been updated.

## v2.3.0

**Release date: June 24, 2022**

### Improvements

The **With FTP Session** activity has been renamed to **FTP Scope** and now supports `SecureString` input via two new properties: **Secure Password** and **Client Certificate Secure Password**.

## v2.2.0

**Release date: August 25, 2021**

### Improvements

The **Remove File** and **Remove Directory** activities have been replaced by a single **Delete** activity.

The **Upload File** activity can now be used instead of **Create Directory**, found in the previous version.

The activities **With FTP Session**, **Open FTP Session** and **FTP Disconnect** have been replaced by a single **With FTP Session** activity, which functions as a scope activity.

The FTP activity package is now compatible with.NET 5.
