We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc26d2e commit fef24bcCopy full SHA for fef24bc
1 file changed
FileSyncApp/Program.cs
@@ -62,9 +62,9 @@ static void RunProgram()
62
jobOptions.Add("CleanJob", cleanJob);
63
64
var syncFromEdgeToLocal = FileSyncJobOptionsBuilder.CreateBuilder()
65
- .WithSourcePath("\\\\edgeip\\share\\service\\production")
+ .WithSourcePath("scp://edgeip/service/production")
66
.WithDestinationPath("temp")
67
- .WithFileSyncProvider(SyncProvider.SMBLib)
+ .WithFileSyncProvider(SyncProvider.Abstract)
68
.WithSubfolder("left")
69
.WithSubfolder("right")
70
.WithCredentials(new System.Net.NetworkCredential("USER", "Password", ""))
0 commit comments