Transferetto
Transferetto copied to clipboard
Receive-FTPFile: -Suppress has no effect
When using Receive-FTPFile, I'd like to suppress the verbose output of the commandlet:
Action : DownloadFile
Status : True
IsSuccess : True
IsSkipped : False
IsSkippedByRule : False
IsFailed : False
LocalPath : [...]
RemotePath : [...]
Message : Success
The -Suppress switch does not seem to change anything. What is its function? Right now I'm using $null = Receive-FTPFile but this way also error messages would be suppressed, right?
BTW it would be nice to have some documentation for all the other switches of your commandlets. Did I miss it?
Otherwise thanks for your great work!