NulMrx extending

hi all,
i want to extend the nulmrx to connect and display FTP server.how can i start which are entry points i have to modify.Any body having some initialization code which is help full to start!

thanks in advance

Better will be SmbMrx as a start point as NulMrx is very incomplete. Even if you use miniredirector model the effort might be still man-year or more.

One can hardly describe all things you will have to implement in several paragraphs. I have reported several bugs/problems in SmbMrx sample in Connect WDK beta feedbacks, so try to find them. The list is in this thread below, but I am realizing that they somehow disappeared from connect.microsoft.com. I think even subject may help you. The latest WDK with miniredirector samples was 6000 or 6001. I am not sure.

http://www.osronline.com/showThread.cfm?link=134257

Hope that helps.
Bronislav Gabrhelik

hi Bronislav Gabrhelik thanks for reply,

i compiled the smbmrx sample from wdk 6001 for 2k3 build. when i try to connect
using net use command .smbmrx fails at GetConnectionHandle in a file DEVFCB.c
returning error c0000022 i.e status access denied when i debugged it shows error 0xc000020c i.e status connection disconnected pServerEntry->ServerStatus in MRxSmbCreateVNetRoot entry point. do you faced this problem ever ?

It’s quite long time ago, but it worked for me IIRC in peer to peer mode. So I had the same UID & password on the client & server, so it used single sign on. Use Network monitor or Wireshark and analyze if that status comes from server. Maybe server requires SMBv2, who knows.

Bronislav