Skip to content

Commit a89e601

Browse files
author
Robin Wilson
committed
Fixes #5, now connects to secure FTPs where the certificate may not be trusted rather than the connection failing
1 parent 19bb8f7 commit a89e601

File tree

96 files changed

+133
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+133
-252
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.vs
2+
*.user
3+
*.cache
4+
bin/
5+
obj/
0 Bytes
Binary file not shown.
-10.6 KB
Binary file not shown.
-9.93 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
-35.4 KB
Binary file not shown.
0 Bytes
Binary file not shown.

.vs/ExcelSQLImporter/v17/.suo

1.5 KB
Binary file not shown.

.vs/ExcelSQLImporter/v17/DocumentLayout.backup.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"WorkspaceRootPath": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\",
44
"Documents": [
55
{
6-
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7-
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
6+
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
7+
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
8+
},
9+
{
10+
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings2.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
11+
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings2.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
812
},
913
{
1014
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
1115
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
1216
},
1317
{
14-
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings2.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
15-
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings2.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
18+
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
19+
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
1620
},
1721
{
1822
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\excelsqlimporter.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|",
1923
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\excelsqlimporter.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|"
20-
},
21-
{
22-
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
23-
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
2424
}
2525
],
2626
"DocumentGroupContainers": [
@@ -30,11 +30,11 @@
3030
"DocumentGroups": [
3131
{
3232
"DockedWidth": 200,
33-
"SelectedChildIndex": 4,
33+
"SelectedChildIndex": 2,
3434
"Children": [
3535
{
3636
"$type": "Document",
37-
"DocumentIndex": 3,
37+
"DocumentIndex": 4,
3838
"Title": "ExcelSQLImporter",
3939
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\ExcelSQLImporter.csproj",
4040
"RelativeDocumentMoniker": "ExcelSQLImporter\\ExcelSQLImporter.csproj",
@@ -46,52 +46,52 @@
4646
},
4747
{
4848
"$type": "Document",
49-
"DocumentIndex": 1,
49+
"DocumentIndex": 2,
5050
"Title": "appsettings.json",
5151
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings.json",
5252
"RelativeDocumentMoniker": "ExcelSQLImporter\\appsettings.json",
5353
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings.json",
5454
"RelativeToolTip": "ExcelSQLImporter\\appsettings.json",
55-
"ViewState": "AgIAAAAAAAAAAAAAAAAAACcAAAABAAAAAAAAAA==",
55+
"ViewState": "AgIAAAwAAAAAAAAAAAAswCAAAAAEAAAAAAAAAA==",
5656
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
5757
"WhenOpened": "2024-12-02T13:42:48.288Z",
5858
"EditorCaption": ""
5959
},
6060
{
6161
"$type": "Document",
62-
"DocumentIndex": 4,
62+
"DocumentIndex": 0,
6363
"Title": "appsettings3.json",
6464
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings3.json",
6565
"RelativeDocumentMoniker": "ExcelSQLImporter\\appsettings3.json",
6666
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings3.json",
6767
"RelativeToolTip": "ExcelSQLImporter\\appsettings3.json",
68-
"ViewState": "AgIAABAAAAAAAAAAAAAuwCIAAAAVAAAAAAAAAA==",
68+
"ViewState": "AgIAABAAAAAAAAAAAAAuwBoAAAAgAAAAAAAAAA==",
6969
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
7070
"WhenOpened": "2024-11-24T09:10:37.173Z",
7171
"EditorCaption": ""
7272
},
7373
{
7474
"$type": "Document",
75-
"DocumentIndex": 2,
75+
"DocumentIndex": 1,
7676
"Title": "appsettings2.json",
7777
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings2.json",
7878
"RelativeDocumentMoniker": "ExcelSQLImporter\\appsettings2.json",
7979
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings2.json",
8080
"RelativeToolTip": "ExcelSQLImporter\\appsettings2.json",
81-
"ViewState": "AgIAAAMAAAAAAAAAAAAqwCcAAAABAAAAAAAAAA==",
81+
"ViewState": "AgIAAAkAAAAAAAAAAAAswCAAAAAEAAAAAAAAAA==",
8282
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
8383
"WhenOpened": "2024-11-24T09:03:48.155Z",
8484
"EditorCaption": ""
8585
},
8686
{
8787
"$type": "Document",
88-
"DocumentIndex": 0,
88+
"DocumentIndex": 3,
8989
"Title": "Program.cs",
9090
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\Program.cs",
9191
"RelativeDocumentMoniker": "ExcelSQLImporter\\Program.cs",
9292
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\Program.cs",
9393
"RelativeToolTip": "ExcelSQLImporter\\Program.cs",
94-
"ViewState": "AgIAAAAAAAAAAAAAAAAAABgCAAANAAAAAAAAAA==",
94+
"ViewState": "AgIAAHQCAAAAAAAAAAAAAIkAAABbAAAAAAAAAA==",
9595
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
9696
"WhenOpened": "2024-11-23T11:59:48.322Z",
9797
"EditorCaption": ""

.vs/ExcelSQLImporter/v17/DocumentLayout.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"Version": 1,
33
"WorkspaceRootPath": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\",
44
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
},
59
{
610
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
711
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
812
},
913
{
10-
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
11-
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
14+
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
15+
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
1216
},
1317
{
1418
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings2.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
@@ -17,10 +21,6 @@
1721
{
1822
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\excelsqlimporter.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|",
1923
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\excelsqlimporter.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|"
20-
},
21-
{
22-
"AbsoluteMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|c:\\users\\robin.wilson.shcg\\source\\repos\\excelsqlimporter\\excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
23-
"RelativeMoniker": "D:0:0:{DC2AE3A5-38F3-4A04-9983-1F87680FCCF0}|ExcelSQLImporter\\ExcelSQLImporter.csproj|solutionrelative:excelsqlimporter\\appsettings3.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
2424
}
2525
],
2626
"DocumentGroupContainers": [
@@ -30,11 +30,11 @@
3030
"DocumentGroups": [
3131
{
3232
"DockedWidth": 200,
33-
"SelectedChildIndex": 1,
33+
"SelectedChildIndex": 4,
3434
"Children": [
3535
{
3636
"$type": "Document",
37-
"DocumentIndex": 3,
37+
"DocumentIndex": 4,
3838
"Title": "ExcelSQLImporter",
3939
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\ExcelSQLImporter.csproj",
4040
"RelativeDocumentMoniker": "ExcelSQLImporter\\ExcelSQLImporter.csproj",
@@ -46,52 +46,52 @@
4646
},
4747
{
4848
"$type": "Document",
49-
"DocumentIndex": 0,
49+
"DocumentIndex": 1,
5050
"Title": "appsettings.json",
5151
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings.json",
5252
"RelativeDocumentMoniker": "ExcelSQLImporter\\appsettings.json",
5353
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings.json",
5454
"RelativeToolTip": "ExcelSQLImporter\\appsettings.json",
55-
"ViewState": "AgIAAAAAAAAAAAAAAAAAACcAAAABAAAAAAAAAA==",
55+
"ViewState": "AgIAAAwAAAAAAAAAAAAswCAAAAAEAAAAAAAAAA==",
5656
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
5757
"WhenOpened": "2024-12-02T13:42:48.288Z",
5858
"EditorCaption": ""
5959
},
6060
{
6161
"$type": "Document",
62-
"DocumentIndex": 4,
62+
"DocumentIndex": 2,
6363
"Title": "appsettings3.json",
6464
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings3.json",
6565
"RelativeDocumentMoniker": "ExcelSQLImporter\\appsettings3.json",
6666
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings3.json",
6767
"RelativeToolTip": "ExcelSQLImporter\\appsettings3.json",
68-
"ViewState": "AgIAABAAAAAAAAAAAAAuwCIAAAAVAAAAAAAAAA==",
68+
"ViewState": "AgIAABAAAAAAAAAAAAAuwBoAAAAgAAAAAAAAAA==",
6969
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
7070
"WhenOpened": "2024-11-24T09:10:37.173Z",
7171
"EditorCaption": ""
7272
},
7373
{
7474
"$type": "Document",
75-
"DocumentIndex": 2,
75+
"DocumentIndex": 3,
7676
"Title": "appsettings2.json",
7777
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings2.json",
7878
"RelativeDocumentMoniker": "ExcelSQLImporter\\appsettings2.json",
7979
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\appsettings2.json",
8080
"RelativeToolTip": "ExcelSQLImporter\\appsettings2.json",
81-
"ViewState": "AgIAAAMAAAAAAAAAAAAqwCcAAAABAAAAAAAAAA==",
81+
"ViewState": "AgIAAAkAAAAAAAAAAAAswCAAAAAEAAAAAAAAAA==",
8282
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
8383
"WhenOpened": "2024-11-24T09:03:48.155Z",
8484
"EditorCaption": ""
8585
},
8686
{
8787
"$type": "Document",
88-
"DocumentIndex": 1,
88+
"DocumentIndex": 0,
8989
"Title": "Program.cs",
9090
"DocumentMoniker": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\Program.cs",
9191
"RelativeDocumentMoniker": "ExcelSQLImporter\\Program.cs",
9292
"ToolTip": "C:\\Users\\Robin.Wilson.SHCG\\source\\repos\\ExcelSQLImporter\\ExcelSQLImporter\\Program.cs",
9393
"RelativeToolTip": "ExcelSQLImporter\\Program.cs",
94-
"ViewState": "AgIAAAAAAAAAAAAAAAAAABgCAAANAAAAAAAAAA==",
94+
"ViewState": "AgIAAHYAAAAAAAAAAAAhwIUAAABbAAAAAAAAAA==",
9595
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
9696
"WhenOpened": "2024-11-23T11:59:48.322Z",
9797
"EditorCaption": ""

0 commit comments

Comments
 (0)