2012/04/02
1.BUGs
-FTP Remode Access
.(Linux)Crash when file-spec contains wild-card.
.(Linux)err msg of "privilege=0" for mkdir with chmod mask option.
.Max string length of HostID on ::xehost was 7, changed to 8.
.xdd did not delete sub-dir on remote.
-(Axe)function:tempnam cause buffer override(no /tmp in Android and path name of alternative for /tmp was too long)
2.Additional functions.
-You can set volatile password for remote host defined on ::xehosts.
command: NODe host-ID password (ex. "nod ftpsvr1 CabZyx")
-(Linux)remote access using Samba(smbclient).
For the case you have no privilege to mount shared resource,
register remote (Samba or Windows) server in ::xehosts.
ex) "w764 192.168.8.22 usrskt pswd share=sharename
share parameter means to use smbclient to acess the remote system.
-(Axe)Using JCIFS, access to remote (Samba server, Windows shared resource).
At first,try to test connectability by NODe command after IP address was gotten(Wi-Fi setup).
"NODe hostid"
3.Miscellaneous
-(Win) "Invalid Name Format" err msg when UNC format file spec is "\\server\sharename"
(assume as "\\server\sharename\*")