04-06-2003, 09:45 AM
|
#1 |
| Posse Member Ultimate Scripter ioFTPD Administrator
Join Date: Dec 2002
Posts: 2,022
| FlashFXP edit function not working with io
Using 4.6.2u
ffxp edit:
When u edit a file which is on ioftpd through the edit function of ffxp, if the modifications u do make the file smaller, when ffxp re-upload to io, the end of the previous file will stay :\
login to ioftpd with ffxp
choose any text file
CTRL-E
edit the file... remove a line or some bytes somewhere in the middle...
CTRL-S
close it
OK to re-upload the file
CTRL-V to view the modified file from the FTP
see the end of the file: there's some duplicateslines/bytes...
editing roulette.itcl, removing one line: Code: set ioerror 2
a-testing only atm."
}
}
set ioerror 2 file should end after the 1st set ioerror 2, but it doesn't... it just continue with what was there in the last file...
|
| |