File System Updates – NET+OS 6.3

 

 

 

Last Updated: 12/13/08         Fix Count: 5

 

 
Title
Power Loss Recovery fault 
 
Case: 28730
 
Date Fixed: 12/04/08
 
Description

Unit could get stuck in loop while checking file system after power loss.

 
Solution
Fixed logic in while loop.
 
 
Title
FileZilla can not delete files
 
Case: 25405
 
Date Fixed: 04/23/08
 
Description

Current implementation does not allow FileZilla to delete files.

 
Solution
Moved file path cleanup code snippet up in the parse_file_path() to cleanup '/' or '\\' at the beginning of the path.
 
 
Title
Renaming directories now supported
 
Case: 20469
 
Date Fixed: 03/30/07
 
Description

Current implementation does not support renaming of directories, only files.

 
Solution

Added support for renaming directories.

 
 
Title
Extended Ascii characters now supported
 
Case: 1210482
 
Date Fixed: 04/20/06
 
Description

Current implementation does not support extended ASCII characters in directory names.

 
Solution

Added support for extended ASCII characters in directory names.

 
 
Title
File date and time now provided to client when listing files
 
Case: 17521
 
Date Fixed: 01/25/06
 
Description
Current implementation does not display time when listing files.
 
Solution
Added code for listing files so that we now send the time to the client.
 

 

Files:   netos\lib\arm7\32b\ghs\libfilesys.a

            netos\lib\arm7\32b\gnu\libfilesys.a

            netos\lib\arm9\32b\ghs\libfilesys.a

            netos\lib\arm9\32b\gnu\libfilesys.a

            netos\src\fs_intf\ftpfile.c

            netos\src\fs_intf\ftpsvrfs.c

 

Special Instructions

 

 

Patch Link:  FileSystemUpdates_63

 

Dependencies

This patch also requires the installation of the following patch(es):

N/A