Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Set FTP file type to binary if binaryMode is enabled
Added a check to ensure that the FTP file type is set to binary when the binaryMode flag is enabled. This ensures that files are transferred in binary mode, which is necessary for handling non-text files correctly.
- Loading branch information