From ea8aa8f7554d6a0d3621be9792ced91fe2f9f453 Mon Sep 17 00:00:00 2001 From: datechnoman Date: Sat, 27 Jan 2024 06:28:44 +0000 Subject: [PATCH] Update commoncrawl_local_to_share_move.ps1 --- commoncrawl_local_to_share_move.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commoncrawl_local_to_share_move.ps1 b/commoncrawl_local_to_share_move.ps1 index df59bf8..b39b5b8 100644 --- a/commoncrawl_local_to_share_move.ps1 +++ b/commoncrawl_local_to_share_move.ps1 @@ -11,7 +11,7 @@ $winscpPath = "C:\Program Files (x86)\WinSCP\winscp.exe" $localPath = "E:\CommonCrawl" # Specify the remote directory path -$remotePath = "/mnt/user/ArchiveTeam/CommonCrawl_Files/WAT_URLs/CC-MAIN-2023-14_March_April_2023" +$remotePath = "/mnt/user/ArchiveTeam/CommonCrawl_Files/WAT_URLs/CC-MAIN-2022-40_September_October_2022" while ($true) { $session = $null @@ -77,4 +77,4 @@ while ($true) { $session.Dispose() } } -} +} \ No newline at end of file