Upload files with ftp using powershell
Posted
by magol
on Stack Overflow
See other posts from Stack Overflow
or by magol
Published on 2009-12-08T14:38:55Z
Indexed on
2010/03/21
2:51 UTC
Read the original article
Hit count: 479
powershell
|ftp
I want to use powershell to transfer files with FTP to an anonymous FTP server. I would not use any extra packages. How?
There must be no risk that the script hangs or crashes.
© Stack Overflow or respective owner