- Breaking change: This library does not allow separate transfer hosts by default anymore. This provides security by default against FTP bounce attacks. This FTP feature is used very rarely, there is a good chance you don't actually have to change anything in your code. You can allow separate transfer hosts by using
allowSeparateTransferHost: truewhen instantiating aClient. (Thanks, @Jvr2022)