I've been doing plenty of stuff using PSFTP Module by Michal Gajda
Until I wanted to send arbitrary commands such as :
quote SITE LRECL=132 RECFM=FB
or
quote SYST
I have found that this can't be achieved using FTPWebRequest, but only a third-party FTP implementation.
I want to ask what is the best open source FTP implementation compatible with PowerShell?