Eternal

Results 2 comments of Eternal

I'm having the same issue; ```rust use e_services::ftp::Ftp; fn test() -> Result { let mut ftp = Ftp::connect(FtpInfo { host: "192.168.127.7", uname: "ftpdata", passwd: "F%0D@ta", port: 21, })?; ftp.login()?; let...

I have found the problem, but please do not handle line breaks on different platforms; Adding the following code solves this problem; So I have the following proposal: for FPT...