FTP(Power Automate Desktop Action)

07/31/2023

Japanse version.

This function is related to sending and receiving files via FTP.

Contents

Actions

NameImportanceDescription
Open FTP connectionLowThis action connects and logs you in to perform operations via FTP.
However, many servers currently do not allow FTP connections, so "Open secure FTP connection" is more likely to be used.
List FTP directoryMiddleThe current directory or a specified directory on the server to which you are connecting for FTP or SFTP.
This is useful for checking files and directories already stored before operating with FTP.
Open secure FTP connectionHighThis action connects and logs you in for SFTP operations.
It differs from "Open FTP connection" in that it encrypts the transmission and reception, and many FTP servers cannot connect without this action.
Close connectionHighThis action disconnects the FTP connection.
After using "Open FTP connection" or "Open secure FTP connection", use this action to close it.
It is recommended that you close the FTP connection at the end of the FTP operation, as leaving it connected may cause problems.
Change working directoryLowThis action changes the current directory of the server to which FTP or SFTP is connected.
However, when performing FTP or SFTP operations, directories are often specified as well, so this action is used infrequently.
Download file(s) from FTP HighThis action retrieves a file from the server to which FTP or SFTP is connected.
Download folder(s) from FTP HighThis action retrieves a folder from the server to which FTP or SFTP is connected.
The files and folders under the folder are also downloaded together.
Upload file(s) to FTP HighThis action uploads a file to an FTP or SFTP server.
Upload folder(s) to FTP HighThis action uploads a folder to the specified directory on the FTP or SFTP server.
The files and folders under the directory are also uploaded together.
Delete FTP fileMiddleDeletes file on the FTP or SFTP server.
Rename FTP fileMiddleRenames file on an FTP or SFTP server.
Create FTP directoryHighCreate a new directory on an FTP or SFTP server.
Delete FTP directoryMiddleDelete the entire contents of a specified directory on an FTP or SFTP server.
Invoke FTP command
Synchronize directories