We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a44ab commit 00ca79aCopy full SHA for 00ca79a
src/client.rs
@@ -599,6 +599,7 @@ mod test {
599
}
600
601
#[test]
602
+ #[ignore]
603
#[cfg(feature = "native-tls")]
604
fn should_connect_with_ftps() {
605
let mut client = FtpFs::new("test.rebex.net", 21)
tests/docker-compose.yml
@@ -1,10 +1,12 @@
1
version: "3"
2
services:
3
ftp-server:
4
- image: afharo/pure-ftp
+ image: stilliard/pure-ftpd
5
ports:
6
- "10021:21"
7
- "30000-30009:30000-30009"
8
environment:
9
- PUBLICHOST=localhost
10
-
+ - FTP_USER_NAME=test
11
+ - FTP_USER_PASS=test
12
+ - FTP_USER_HOME=/home/test
0 commit comments