Update commoncrawl_local_to_share_move.ps1

This commit is contained in:
datechnoman 2024-01-27 06:28:44 +00:00
parent 54d85523b4
commit ea8aa8f755

View File

@ -11,7 +11,7 @@ $winscpPath = "C:\Program Files (x86)\WinSCP\winscp.exe"
$localPath = "E:\CommonCrawl" $localPath = "E:\CommonCrawl"
# Specify the remote directory path # 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) { while ($true) {
$session = $null $session = $null
@ -77,4 +77,4 @@ while ($true) {
$session.Dispose() $session.Dispose()
} }
} }
} }