
To see the examples, type: "get-help Rename-FTPItem -examples".įor more information, type: "get-help Rename-FTPItem -detailed".įor technical information, type: "get-help Rename-FTPItem -full".įor online help, type: "get-help Rename-FTPItem -online"


#If you need more info, try adding -Detailed at the end or -Examples This cmdlet does not affect the content of the item being renamed. The Rename-FTPItem cmdlet changes the name of a specified item. Additionally it can be used for move items between folders. You can then run Get-Command -Module PSFTP to see all the cmdlets available under that module: Get-Command -Module PSFTPĮach cmdlet is pretty self-explanatory but you can utilize the Get-Help cmdlet to get more info on each cmdlet: PS \FileSystem::> get-help move-ftpitem If you get no error messages, then the import worked!

Once you have the module extracted, try to import it in a PowerShell window by running – Import-Module “C:\Windows\System32\WindowsPowerShell\v1.0\Modules\PSFTP\PSFTP.psm1”. You can also try running $ env:PSModulePath.split( ‘ ‘) to list all of the PowerShell modules paths on your system.
#Winscp for mac reddit download
I’ve been migrating several FTP jobs from batch scripts into PowerShell by leveraging PSFTP – below is a quick guide on how you can do the same.įirst, you need to download the PSFTP module – once downloaded, you need to extract it into your PowerShell modules directory, depending on your OS and environment path configuration, the Modules directory could vary but mine was in C:\Windows\System32\WindowsPowerShell\v1.0\Modules\.
