Transferetto icon indicating copy to clipboard operation
Transferetto copied to clipboard

Receive-FTPFile: -Suppress has no effect

Open KlugB opened this issue 11 months ago • 1 comments

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!

KlugB avatar Nov 19 '24 15:11 KlugB