diff --git a/commoncrawl_transfer.ps1 b/commoncrawl_transfer.ps1 index 511f8cd..281c2c5 100644 --- a/commoncrawl_transfer.ps1 +++ b/commoncrawl_transfer.ps1 @@ -52,7 +52,7 @@ try $remoteFilePath = [WinSCP.RemotePath]::Combine($remotePath, $fileInfo.FullName) # Construct the local file path - $localFilePath = [System.IO.Path]::Combine("E:\CommonCrawl\", $fileInfo.Name) + $localFilePath = [System.IO.Path]::Combine("E:\CommonCrawl", $fileInfo.Name) # Download the file $transferResult = $session.GetFiles($remoteFilePath, $localFilePath, $True)