a2171e643d
- FTP - Gomba - Icoel - MultiCcn - OSAI - SqlDB
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"server": "ftp.steamware.net",
|
|
"user": "testftpuser",
|
|
"password": "we4reFromB3rghem!",
|
|
"rawCert": "",
|
|
"skipCert": true,
|
|
"steps": [
|
|
{
|
|
"id": "01",
|
|
"description": "Test base directory",
|
|
"action": "checkDir",
|
|
"paramList": [
|
|
"data/"
|
|
]
|
|
},
|
|
{
|
|
"id": "02",
|
|
"description": "Create directory",
|
|
"action": "createDir",
|
|
"paramList": [
|
|
"data/test_directory"
|
|
]
|
|
},
|
|
{
|
|
"id": "03",
|
|
"description": "Upload File",
|
|
"action": "uploadFile",
|
|
"paramList": [
|
|
"data/test_directory/FileProva.txt",
|
|
"test/FileProva.txt"
|
|
]
|
|
},
|
|
{
|
|
"id": "04",
|
|
"description": "Browse Directory",
|
|
"action": "listContent",
|
|
"paramList": [
|
|
"data/test_directory/"
|
|
]
|
|
},
|
|
{
|
|
"id": "05",
|
|
"description": "Upload File",
|
|
"action": "uploadFile",
|
|
"paramList": [
|
|
"data/test_directory/FileProva_02.txt",
|
|
"test/FileProva.txt"
|
|
]
|
|
},
|
|
{
|
|
"id": "06",
|
|
"description": "Browse Directory",
|
|
"action": "listContent",
|
|
"paramList": [
|
|
"data/test_directory/"
|
|
]
|
|
},
|
|
{
|
|
"id": "07",
|
|
"description": "Download Directory",
|
|
"action": "downloadDir",
|
|
"paramList": [
|
|
"data/test_directory/",
|
|
"temp/mirror"
|
|
]
|
|
},
|
|
{
|
|
"id": "08",
|
|
"description": "Delete Remote Directory",
|
|
"action": "delDir",
|
|
"paramList": [
|
|
"data/test_directory/"
|
|
]
|
|
}
|
|
]
|
|
} |