Re: tcl ftp server
"examples/ftpd/ftpd.unix" in the Tcllib distribution has this code:
::ftpd::config -authUsrCmd ::ftpd::unixAuth
::ftpd::server
vwait forever
How to modify the code so that the ftp server can be shut down
gracefully under control?
.
Relevant Pages
- Re: How to access the Form from the code behind? VB.NET
... you would modify any other Control in the Page. ... > Is there any reason why it doesn't get declared in the codebehind when you ... Prev by Date: ... (microsoft.public.dotnet.framework.aspnet) - Re: Inserting static text into a field using a macro
... But I am using this to modify a table, so the control IS the field. ... >>> What have you tried for SetValue? ... Prev by Date: ... (microsoft.public.access.macros) - Re: Can a usercontrol place itself on a form (resize and position)
... and the only way to modify the control is the height that is resisable with ... It only does that when puting the control on the form for the ... > Patrick Garceau ... Prev by Date: ... (microsoft.public.vb.general.discussion) - Throttle/limit FTP bandwidth
... Is there a way to control how much bandwidth the FTP server can use? ... Prev by Date: ... (microsoft.public.windows.server.sbs) - Re: MS Project Backend?
... Personally to me the best way to have corrupted data is to modify Project's ... data without any control, i.e. without opening Project. ... (microsoft.public.project) |
|