textin - Read a file directly into the mud
textin filename
If filename exists, and you have permission to read it, textin will send the contents of that file directly to the mud without any kind of processing.
alias putfile {writemud {ed;a}; textin %1; writemud {.;w %1;q}}
Make an alias that sends a local file to the mud and saves it there using ed.