1246
1246
self.addCleanup(transport_server.stop_server)
1247
1247
# Obtain a real transport because if the server supplies a password, it
1248
1248
# will be hidden from the base on the client side.
1250
1250
# Some transport servers effectively chroot the backing transport;
1251
1251
# others like SFTPServer don't - users of the transport can walk up the
1252
1252
# transport to read the entire backing transport. This wouldn't matter