There is no cmdlet for ftp in the base install of PowerShell but you could
use the .net classes that give access to ftp such as ftpwebrequest
IIRC there have been some recent posts on this in the forum
--
Richard Siddaway
Please note that all scripts are supplied "as is" and with no warranty
Blog:
http://richardsiddaway.spaces.live.com/
PowerShell User Group:
http://www.get-psuguk.org.uk
"Andy.I" wrote:
> Hi
>
> Are there any built in cmdlets with ftp support, or should I use the ftp.exe
> in a powershell script to move and copy files to an ftp server?
> I'm totally new with powershell, so please help :-)
>
> /A.
>