Skip to content

Commit

Permalink
Destination server is case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStrendin committed Sep 17, 2024
1 parent b5817b5 commit 184e34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/MyBluePrint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ foreach($file in $CSVGetFiles) {

$SFTPCommands = @()
$SFTPCommands += "OPEN $VendorSFTPUser@$VendorSFTPHost -password=$VendorSFTPPassword -hostkey=$VendorSFTPHostKey"
$SFTPCommands += "CD Files"
$SFTPCommands += "CD files"
foreach($file in $CSVGetFiles) {
$SFTPCommands += "PUT $($file.VendorName)"
}
Expand Down

0 comments on commit 184e34c

Please sign in to comment.