Author Topic: Uploaded files changes filename to one char. ex index.htm turns to i.HTM  (Read 7529 times)

Offline mcosta

  • Newbie
  • *
  • Posts: 12
    • View Profile
Hi,

When I upload a file, using FTP,  to uTasker (simulator or M52233DEMO) the filename changes.
For example, if I upload index.htm and I send a DIR command after, it shows i.HTM.
I tried to search the forum for something relevant but I can´t find it.

Does anybody faced something similar? ???

Regards,
Marcelo Costa

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: Uploaded files changes filename to one char. ex index.htm turns to i.HTM
« Reply #1 on: November 04, 2008, 01:42:10 PM »
Hi Marcelo

This is normal operation of the uFileSystem.
See the following document for for details: http://www.utasker.com/docs/uTasker/uTaskerFileSystem_3.PDF

Also see the documents in the directory for examples of uFileSystem layouts as used by the demo project:
\Applications\uTaskerV1.3\WebPages\WebPagesM5223X\FileSystem

The uFileSystem has some restrictions but is usually suitable for embedded projects. Its advantage is its extremely high efficiency (code size and speed).

Regards

Mark