Skip to Content.
Sympa Menu

baslinux - Re: [BL] Ftpd from asmutils ported and other programs added

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Ftpd from asmutils ported and other programs added
  • Date: Sun, 21 Oct 2007 12:56:51 +0300

On Tue, Oct 09, 2007 at 10:36:38PM +0200, Samir wrote:
> Try to stop XP firewall (somewhere in control panel) which is started by
> default.

One can turn it off and disable it with the following commands, that
might be put into a batch file:

---
net stop "Security Center" > f 2> nul
net stop SharedAccess >> f 2> nul
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess" /v Start /t
REG_DWORD /d 0x4 /f >> f 2> nul
reg add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v Start /t
REG_DWORD /d 0x4 /f >> f 2> nul
reg add "HKLM\SYSTEM\CurrentControlSet\Services\wscsvc" /v Start /t REG_DWORD
/d 0x4 /f >> f 2> nul
---

-snip-

> And XP has ftp command in command line too!

It can even be scripted.

Karolis




Archive powered by MHonArc 2.6.24.

Top of Page