PDA

View Full Version : FlashFXP edit function not working with io


Mouton
04-06-2003, 09:45 AM
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:

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...

Q3aiml
04-07-2003, 02:42 PM
Yeah I had the same problem, posted about it a few threads down as 'overwriting existing file'...

darkone
04-18-2003, 06:40 PM
Fixed