View Single Post
Old 10-14-2003, 02:45 PM  
SnypeTEST
Senior Member
 
Join Date: Feb 2003
Posts: 458
Default

Quote:
Originally posted by Jedi
on a directory completion i.e all files 100% complete etc... is it possible to automatically execute a site command? such as

SITE CHMOD 755 releasedir


fantastic script btw
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

Quote:
Originally posted by surtin
2.0.22c isn't deleting incomplete symlinks?
you might run into problems if using windows 2000.
SnypeTEST is offline