ftp.ps1 272 B

123
  1. $client = New-Object System.Net.WebClient
  2. $client.Credentials = New-Object System.Net.NetworkCredential("cod1.holaformacion.com","Atrium12022")
  3. $client.UploadFile("ftp://ftp.holaformacion.com/ALUMNOS/Antonio/hello.txt","c:\Users\IEUser\Documents\PSSrcipts\hello.txt")