Skip to content

Commit ba5a5dc

Browse files
author
Robin Wilson
committed
Fixed error in config file with FTP saying upload rather than download
1 parent 31ad5e6 commit ba5a5dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CSVSQLImporter/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Delimiter": "," //What the fields are split by - usually a comma
2424
},
2525
"FTPConnection": {
26-
"UploadFile": true,
26+
"DownloadFile": true,
2727
"Server": "FTP_SERVER_HERE",
2828
"Type": "FTPS", //FTP or FTPS or SFTP
2929
"Port": "21",

CSVSQLImporter/appsettings2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Delimiter": "," //What the fields are split by - usually a comma
2424
},
2525
"FTPConnection": {
26-
"UploadFile": true,
26+
"DownloadFile": true,
2727
"Server": "FTP_SERVER_HERE",
2828
"Type": "FTPS", //FTP or FTPS or SFTP
2929
"Port": "21",

CSVSQLImporter/appsettings3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Delimiter": "," //What the fields are split by - usually a comma
2424
},
2525
"FTPConnection": {
26-
"UploadFile": true,
26+
"DownloadFile": true,
2727
"Server": "FTP_SERVER_HERE",
2828
"Type": "FTPS", //FTP or FTPS or SFTP
2929
"Port": "21",

0 commit comments

Comments
 (0)