I'm trying to port gurba's ftpd to my mud (2.4.5 derived), but i don't know what to do here: void start_connection( string ip, int port, int type ) { connect( ip, port, "tcp" ); } Gruba uses an old dgd version, and as i see in the Changelog, connect,c changed to comm.c in dgd source, now i don't know what do i need to use instead of that function, any help?? Thankx