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