Quote:
Originally posted by SnypeTEST
you can make alittle bath script (.bat file) that will run ftp.exe and connect to the ftp and chmod it for you.
example
Code:
ftp.exe -s:c:\ioftpd\psio\command.txt "$PWD"
command.txt
----------------
open 127.0.0.1 9999
ioFTPD
ioFTPD
chmod 755 %1
quit
whoops that wont work very well hehehe , might want to have someone make an exe for u, come to #iom0d on efnet (irc.efnet.pl , irc.foxlink.net , irc.isprime.com) i'll see what i can do
you might run into problems if using windows 2000.
|
would it take long to produce an exe like that?