Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

µC/HTTPs uses the API's defined by µC/TCP-IP TCPIP Network File System Abstraction Layer (net_fs.h) to access the file system. It is possible to use µC/HTTPs with other file systems by providing an appropriate implementation of the µC/TCP-IP TCPIP Network File System Abstraction Layer. Example template files to port the file system are available in the µC/TCP-IP TCPIP Network File System Abstraction Layer directory.

 

Transferring files to use with µC/HTTPs

Transferring files on the file system for use with the µC/HTTPs module is outside the scope of this document. For this purpose, you could use a FTP server or client, such as µC/FTPs or µC/FTPc, or again, use a mass storage media to access into your file system.

Note that µC/HTTPs can support file upload when a traditional file system is used. Thus it’s possible to create script scripts to transmit files using the POST method even if no file is yet loaded.

...