Skip to content

Commit 028dbe2

Browse files
author
Robin Wilson
committed
Fixed error in config file with FTP saying upload rather than download
1 parent a89e601 commit 028dbe2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ExcelSQLImporter/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SheetName": "" //Optional as will default to first sheet in Excel file if left blank - e.g. Sheet1
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",

ExcelSQLImporter/appsettings2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SheetName": "" //Optional as will default to first sheet in Excel file if left blank - e.g. Sheet1
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",

ExcelSQLImporter/appsettings3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SheetName": "" //Optional as will default to first sheet in Excel file if left blank - e.g. Sheet1
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)