The following features were added to MOVEit Transfer for the 2018 release:
Secure Folder Sharing and Collaboration. Regular users can selectively share folders or subfolders with all other users (including temp users).
Increased autonomy for regular users.Admins have the power to delegate folder sharing permissions to some, all, or selected regular users --short of granting them FileAdmin permissions.
MOVEit Client. A small and quick transfer client you can use from Windows or macOS machines. (Free for download.)
MOVEit Transfer REST API. A RESTful interface for accessing MOVEit Transfer using your favorite HTTP client, scripting tools, or development language.
Interactive REST API Client. Swagger UI enables you to build and run REST calls against a running MOVEit Transfer Server.
Secure SMTP configuration. Support for easy TLS/SSL configuration within the MOVEit Transfer Configuration Utility.
Limit transfer UI mode by org. Sysadmins can switch on/off each system-level-licensed feature (Secure Folders, Ad Hoc Packages, File/Folder) for each org.
Security and Usability related updates.Mobile server upgrade, Google reCAPTCHA API dependency upgrade, fixes to issues found during periodic testing, and more.
MOVEit Transfer COM API for Windows is officially deprecated. Use the MOVEit Transfer .NET API instead. (In addition to .NET, MOVEit Transfer also provides a JAVA and a REST API.)
[PasswordWarnTime] and [PasswordAgeTimeWarnTime] notification macros are deprecated. (This change took effect in MOVEit Transfer 2017 Plus.) Use PasswordAgeTime and PasswordDaysLeft instead.
Ipswitch RADIUS-ODBC connector utility is deprecated. For details, see the User Authentication section in the Admin Guide.
Sharing and Settings control —Regular users can configure subfolders () or the current folder using the folder's Sharing and Settings control.
Regular users can moderate user lists —And provide simple and secure sharing within groups and manage user and group access lists (including access for temp users).
Content owners can distribute —Regular users can create, share, and curate content for communities, campaigns, curriculum, document workflows and other group collaborations.
List Users —A new folder permission attribute. When enabled, selected users can view the Shared With dropdown list ( ).
Enabled by default on new installs —The Secure Folder Sharing feature set can be enabled on an org-by-org basis. New installs enable it by default. If you upgrade with a Shared Folder License, you will need to enable it through Org Profile settings.
Secure Folder Sharing for User-Controlled and User-Selected Subfolders
Increased Autonomy for Regular Users
Admins can opt to install a Secure Folder License and then extend folder sharing authority to all or select MOVEit Transfer users.
Less need for "administrative" (FileAdmin, SysAdmin, Admin) touches.
Few or no requests from users for items such as shared Virtual Folder or System Folder creation.
Users control and curate access lists for folders they own and share.
Users can break away from constraining folder access permissions inherited from the folder above them.
Users can choose to inherit from parent folder or customize current folder permissions at folder copy/move time.
Extend user's permissions to include folder sharing
MOVEit Client
MOVEit Client provides users a quick way to access files, including:
A ready-at-hand MOVEit Transfer drag-n-drop target for your macOS or Windows desktop.
A compact interface for updating, transferring, and viewing your latest MOVEit Transfer-secured content.
API Reference with Live Interactive Examples. (MOVEit Transfer must be installed). This option uses the Swagger-UI libraries that ship with MOVEit Transfer.
For example:
https://my-transfer-host/swagger/
—where my-transfer-host is the host where you installed MOVEit Transfer. (This link defaults to the current API version /api/v1)
MOVEit Transfer REST API Endpoints
This REST Endpoint
Provides these resources
/api/v1/token
Get/renew a session token using MOVEit Transfer user credentials.
/api/v1/users
User management actions, roles, home folders, and other user properties.
/api/v1/folders
Folders, folder actions, folder contents and folder properties.
/api/v1/files
File management actions and file properties.
/swagger
Live Swagger UI interactive documentation (MOVEit Transfer installation required).
Interactive REST API Client
Swagger UI libraries integrated with MOVEit Transfer at install enable you to:
Browse the MOVEit Transfer REST documentation.
Build and test RESTful calls against a live MOVEit Transfer instance using simple and interactive HTML forms.
To open the interactive MOVEit Transfer REST client:
Open a browser to https://my-transfer-host/swagger/
—Where my-transfer-host is the host where you installed MOVEit Transfer
Browse and build queries and view JSON result objects.
For tips on how to get started with the MOVEit Transfer REST API, see the guide on the Ipswitch Documentation site.
The web application server used for MOVEit Mobile (Apache Tomcat) was upgraded to the latest recommended version. For details, see the MOVEit Transfer Administrator Guide.