Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 342 Bytes

usage.md

File metadata and controls

17 lines (12 loc) · 342 Bytes

How to use /ftp

Make a post request with the following body replacing the sample data with your own.

{
	"config": {

		"host": "host IP address",
		"type": "FTP",
		"port": "21",
		"username": "username",
		"password": "userpassword"
	},

	"paths": ["source/path", "destination/path"]
}