obex file

Medieval Bluetooth OBEX File Transfer 1.2.1.1
A file manager for devices with Bluetooth and OBEX File Transfer Profile (FTP) more>> Manage files of your OBEX ready device that support File Transfer Profile (FTP), using a Bluetooth connection. Download, upload, explore, delete and create files on your phone, PDA, palm, notebook, and so on, using a fast and straightforward program! Drag&Drop and background file transfers are both fully supported, so things become even easier, just like Windows Explorer and WinZIP do. This is a feedbackware, please read the license agreement.
Features:
- Easy to use and simple user-interface, almost equal to Windows Explorer and WinZIP? program;
- View your files using Large Icons, Small Icons, Tiles, List or Details mode, like Windows Explorer do;
- High-speed transfer rate achieved thank to our optimized low-level Medieval BlueCiucc? library;
- Adaptative Medieval Cache System for a folder navigation in turbo mode;
- Fully supported Drag & Drop to and from the Windows operating system: really handly;
- Cool background transfers for very large files, a tray icon will be displayed on bottom-right;
- Intuitive options system using a drop-down button and quick item explanation;
- Informations about connected device are stored in a quick "Device History" menu system;
- Very useful folder navigation system using a cool drop-down button;
- Unique licensing system using ultra-secure online SSL transactions;
- Detailed raw log generation system of any device connection;
- Built-in error report system for quick bug reporting;
- Automatic online version check and update;
- Compatible with Windows Vista @ 100%.<<less
Medieval Bluetooth OBEX File Transfer manage files of your OBEX ready device that support FTP usingLicense:Freeware

Food File 1
Analyze the nutritional content of foods and count the calories you consume. more>>
Food File 1 is a program for people paying attention to what they eat. It is particularly useful for those following a diet for health or weight loss reasons. Food File is a free food database and calorie counter for 1000s of food products. Searching the database is as simple as typing in the food you are looking for--the software will display a list of matching foods as quickly as you type. You can also refine the search by selecting one or more of the 24 food categories.
Selecting a food displays the proportion of fat, protein, and carbohydrate contained, as well as total calories and more detailed nutritional information. Also displayed are various 'food facts' that will assist people following diets that restrict certain kind of foods, such as low fat, low carbohydrate (Atkins/South Beach) or low sodium diets.
X-File 3.7
X-File is a file manager for fast and powerful file managing. Almost all function has its keyboard shortcut. So you can work too fast. X-File has many useful interfaces and functions Windows Explorer more>>
The File.exe 1.1
It can help you keep track of child visitation, spousal support, and telephone contact. It is free, and so are minor changes that you may want. The custody laws are always changing, and it is a good i more>>
OBEX Commander 1.9.2
Transfer files between PC and other OBEX devices. more>> OBEX Commander allows you to transfer files between computers or between a computer and another OBEX capable devices, such as PDA or mobile phone, via infrared, bluetooth or connectivity cable..<<less
VG Select File 4.0
An application program compiled in VB6 which may be used (among other things) to display a files fully qualified file specification (i.e., the drive and all subdirectories as well as the file name) in more>>

eMule File Swap 1.4
eMule File Swap is a FREE P2P software to exchange and search MP3, Video as well as other different file types. It provides great search capabilities, automatic error checking and correction while dow more>>
Japos File CRC 1.04
The program Japos File CRC is intended for checkingchanges in data files, text, programs etc. The changesusually happen by wrong working encryption programs,data comprimation, data transmission on car more>>
Goetzs File Splitter 1.0
A free program that will take a large file and split it up into smaller files that can fit on floppies or used in e-mail attachments. Goetzs File Splitter comes in handy if you have a file thats too l more>>
i.File 0.3
i.File is a file manager for Linux written for the the Windows refugees more>>
Both the leading file managers for KDE and Gnome are well... not to put too fine a point on it: crap. There are just not ready for everyday use by normal people, because of the untold number of bugs in the usability and function that are STILL there 3 years after they first infested Linux desktops.
Not that this project will start off any better, but my hope is that itll end far more successfully than the aforementioned software. Currently i.File is targetted at other developers in an attempt to get some help with bringing it up to speed. Enough of the basic code layout and implementation is done so that the user can see how things should work. And now its just time to fill in the blanks and bust those bugs.
Enhancements:
- Added a "Show Hidden" option on the toolbar. And the architecture was so well written it automatically puts all the newly visible folders into the tree view. And removes them when you switch it off. I seriously thought I would have to write code to make that work and the first time I tried it I sat that a bit aghast... "that... was... coooool!". No extra coding required. And obviously I then went into geek convulsions, repeatedly showing and hidding file in my home directory to "experience" the coolness of not having to write code over and over and over...
- Fixed browsing to the desktop in the folder view screwing up the folder tree with lots of duplicate "desktop" folders.
- Added a specific folder icon for hidden folders.
- Added support for resolving name conflicts when moving and copying files around. If the source and dest are the same when copying then it auto generates a new files name along the lines of "Copy of ...." and when the src and dest are different it puts up a conflict dialog to ask whether to replace, rename, skip or cancel. Its all still a little rough but its better than silently blatting the dest file eh!
- Added support to pass in an initial directory on the command line.
- Fixed ::OnBrowse to select the directory in the tree view, scroll to it if its off the page and list the files instead of leaving the file pane blank.
- Fixed the right click file menu to cache all the mimetype->application lookups so that it can populate the "Open with..." menu quickly after the first time. (The is an LGI fix).
- Added proper cancel functionality to the search feature. The controls disable while searching and then reenable when the search ends. In the mean time the search button turns to a cancel button. Any search results found before the cancel button is pressed are displayed anyway.
- Made the mount and umount commands display their output if they fail. Usually its a helpful error message.
- Made the umount command move off the drive in question to release the handle to it so that umount can actually work.
- Ive greatly simplified the handling of new nodes. When you create a file or directory by copying/moving or whatever that even has to be seen by all the views of that parent directory so that it can be added into the view. This used to be complicated system of passing events through node refs to their UI. And never seemed to work reliably, so I ditched that and made the application object the main collector of events. There is now a function called "OnNewNode" in the AppWnd that receives all new node events and passes them out to the various views in the system. Each view looks at the node and sees whether its relevant to its display and either discards the event or adds a new NodeRef into its display.
- Added drag and drop target support to the folder tree view.
- Fixed some things in the network neighbourhood / smb support. Firstly it now finds the master browser all by itself which means it even has a chance of working on a machine other than mine (*hide in shame*) and also Ive changed the process of looking up the network shares to use the rpc command instead of the smbclient which cant handle share names longer than 12 characters. The rpc command is limited to 127 characters. In the event that the rpc command doesnt work it tries the smbclient command as a fall back.
- Fixed some crashes and memory corruptions in the node and ref code when copying and moving files around. All hail valgrind!
- Ive batched the mime typing results together into blocks so that they dont generate a message per file. This takes the load off the message passing engine of the GUI which on non Win32 platforms is usually crap. Especially X11 which has absymal message passing throughput.
- Added support for viewing entry permissions, owner and group.
- Added support for changing an entries permissions.
- Added support for seeing the status of files under version control. Currently only subversion is supported but it would be trivial to add CVS support as well.
- Added CVS status support as well. Made the version control state lookup threaded to keep to the UI snappy. It look like this, the blue icons are unmodified files under version control, the red icons are modified files.
- Fixed the progress bar to work with greater than 2gb files during copy operations.
- Fixed the size of folders in the properties window. Also fixed it for 64 bit safeness for the GB sized folders.
DKS File Cryptor
encrypts & decrypts personal files more>> DKS File Cryptor allows for the easy encryption and decryption of all your personal files. Encrypt and decrypt files of any type.
DKS File Cryptor does not change a size and date of encoded files.If the user enters wrong key, the encrypted file will be decoded but its content will be invalid.<<less
Daves File Finder 1.0
Looking for a command line file find utility that supports long filenames, even in Windows NT? How about one that supports multiple drives, multiple file search specifications and an option to ignore more>>

Bulk File Renamer 1.0
A useful tool for renaming archives of files. Bulk File Renamer will rename any type of file compatible with windows. Bulk File Renamer displays a live preview of how the files will be renamed. more>>
Useful for renaming lists of digital images or even archives MPEGs.
Bulk File Renamer displays a live preview of how the files will be renamed.
Bexonsoft Bulk File Renamer is a free software application which saves time when renaming archives of files such as graphic files from cameras or the internet and any file extension that windows recognizes.
As you plan and arrange how you want the files to be renamed, you can see a live preview while you type.
Bulk File Renamer is also useful for tidying up file names. You can simply remove and replace things like %20s and _ on archives of files in seconds.
Some of the features include :
Make all names lower/upper case,
Replace or delete characters and symbols,
Add prefixes and suffixes,
Replace the names altogether with a sequential count.
Bexonsofts Bulk File Renamer eliminates difficulties that windows users have when renaming and tidying up there files.

File Sort 1
File Sort is a must-have tool which helps you organizes a messy folder by moving files based on rules. It is especially useful for organizing the contents of folders that contain very many files of various kinds. more>>
File Sort 1 is a must-have tool which helps you organizes a messy folder by moving files based on rules. It is especially useful for organizing the contents of folders that contain very many files of various kinds.

File List 1
File List is an innovative and versatile utility which opens a directory and writes all the file names to a text file. more>>
File List 1 is an innovative and versatile utility which opens a directory and writes all the file names to a text file. Could be used for This bundle should include blah blah blah Saving you time rather than writing it all out. Doesn't seem like it would come in handy. But trust you it will.
