Update commoncrawl_transfer.ps1

This commit is contained in:
datechnoman 2024-01-27 06:03:49 +00:00
parent 4f46c841b3
commit 0014256679

View File

@ -31,7 +31,7 @@ try
$session.Open($sessionOptions)
# Specify the remote directory path
$remotePath = "/opt/commoncrawl/"
$remotePath = "/opt/"
do
{