-
Development has been stopped
Hi all
I will no longer develop XBFileZilla, because I'm selling my XBox.
The reason for this, is that I found that the xbox, for me, does not offer what I want from a home entertainment device. This has nothing to do with xbmp, but with the xbox itself. My main objections to it are the high noise level and its lack of a vga output. I know its possible to do something about those issues, but I just don't want to, as I already have a good alternative.
It has been fun to develop XBFileZilla and I'm glad that it's being used with XBMediaPlayer.
2003-09-21 12:01:53 UTC by mrdoubleyou
-
XBFileZilla 1.3.01 released
Some updates:
- Modification: Report file time instead of year during LIST
- Bug fix in CAsyncSelectManager::Run()
2003-03-27 22:57:02 UTC by mrdoubleyou
-
XBFileZilla 1.3 released
New features:
- local user administration
- notification callback
- new commands (SITE REBOOT, SITE SHUTDOWN, SITE EXECUTE, SITE CRC)
- critical commands
- connection info callback
- per file crc calculation
- sfv checking
- display free space at prompt
- extension of config file
2003-03-23 17:11:57 UTC by mrdoubleyou
-
Added: Notification callback + extra commands
1. Notification callback
By subclassing CXFNotificationClient and registering an instance of the subclass with CXBFileZilla::AddNotificationClient() you will receive notifications about new connections, user logins, and transfer of files.
2. New commands
Support for the following commands has been added:
REBOOT
SHUTDOWN
EXECUTE <filename>
As these commands will terminate the running title, their implementation must be provided by the title. This allows the title to persist its settings and to perform some cleanup. XBFileZilla does not expect the callback to return, although the ftp server will continue to run normally if it does.
Register a function of type CriticalOperationCallback with CXBFileZilla::SetCriticalOperationCallback() in order to receive and respond to these commands.
The example application has been extended with an example of how to use the notifications and the critical operation callback.
2003-03-18 20:36:42 UTC by mrdoubleyou
-
Local user administration
I've completed the local user administration.
The sample application has been updated to show how it works.
2003-03-12 23:06:28 UTC by mrdoubleyou