Your application may be dealing with all different types of data files. These could be stock lists, orders, images; pretty much anything your application can store. But consider the need to transfer these files from your device to your server. In most cases you will most likely want to use the File Transfer Protocol (FTP) since it’s been well established since 1985 and still going strong.
The Sapphire FTP Utility gives you the ability to add file transfers and directory management with an FTP server to your application. The utility is fully compatible with eVB, VB.NET, C#, Satellite Forms and Microsoft Windows and allows you to rapidly add FTP functionality to your application.
Product Features
The Sapphire FTP Utility has a host of features that you can use within your application:
Open a session
Close a session
Upload and Download files
Transfer files in 1K chunks
Change the remote directory
Retrieve the current remote directory
Search for file and directories with attributes
Remove files and directories
Rename files and directories
Make directories
Upload and download directories and contents
Check if a remote file exists
You can download the latest demo version to see a fully working demo which you can reuse within your application as you see fit. This can be found on the download pages. The demo versions are fully functional and simply contain a popup message from time to time. These are ideal if you are selling your application to the client where you can be confident the application will work in practice and not just theory.
Sample Code
Implementation couldn’t be easier, simply declare the DLL function as a function within your application and call it as though you wrote it yourself. Here’s a sample demo on how to connect to an FTP server within VB.NET.
Dim lResult As Integer
Dim lPassive As Integer
Dim lTimeOut As Integer
If MsgBox("Connect in Passive mode?", vbYesNo, _
"Sapphire FTP Explorer") = vbYes Then
MsgBox("Connect to server", vbOkOnly, "Sapphire FTP")
End If
Royalty Free Licence
When you purchase a developer’s licence, you are free to use the DLL in any number of your projects and deploy it to all the devices to your clients. There’s no need for royalties based on the scale of your project, just a one off fee. You will also get 12 months email support and discounted upgrades for future developments.
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Pocket PC 2002, Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional, Windows Mobile 6.5 Professional
Similar Software:
SuperWaba Best Java Virtual Machine for PalmOS, Windows CE and Symbian
SKHexEd SKHexEd is a very helpful tool for all advanced user, programmer and gamefreaks
VJBrisk VJBrisk - VJBrisk is a small .exe file that can be used to replace another .exe.
eg, If you want to change your (for example) Inbox.exe application and make it launch a third party email application, but the Inbox.exe is somehow hardcoded into a skin or application, then rename VJBrisk.exe to Inbox.exe, and replace the old Inbox.exe with the new one
PPCInstallBuilder Express PPCInstallBuilder Express is the next release of the popular PPCInstallBuilder family of products. Features of the Express version are: Customization of data (Company name, files to include in CAB files, etc) Creation of CAB files Customized Readme & License file selection for the installation program Selection of Processors to build the installation package for (i
PocketPing PocketPing-Well, did you ever miss a ping function on your Pocket PC like you find it on Windows XP? Pocket Ping is a small software wich allows you to execute a ping from your Pocket PC device. Features:
- This program runs on Pocket PC.
- You can ping an IP address or a host name.
- It shows you the IP address of an enterd host name
The Yard (Complete Source Code and Documentation) The Yard (Complete Source Code and Documentation) - The Yard 1.0 (Wtih Complete Source Code and Professional Documentation (.pdf format)) - SAVE $$$
For Windows Mobile 5.0-6.1 Devices
by Pakii Software The most comprehensive learning software available for building games
on a windows mobile device
PyeditCE 2 PyeditCE 2 is the open source IDE and Forum Designer for the PythonCE language. Supports Tkinter. Python Software Foundation License.
These instructions may not work for everyone, nor may all steps be needed for everyone either. This is just what I did to get PythonCE, and accessories, properly installed for PyeditCE use.
1. Download all requirements
2. Run
Pocket Wiki Pocket Wiki is a note taking application that uses wiki markup language to render HTML. It features a plug-in architecture to implement wiki markup - currently supports slash (default), markdown.net, and creolewiki
SapphireButtons SapphireButtons
As developers, we can spend quite a lot of effort getting the flow right for our application to make life easier for our users
Fire j2me Fire j2me is a library that aims to provide a set of easy-to-use extendable components to J2ME developers.
The basic set of Fire components offer all the functionality of the J2ME GUI components provided in the midp2 profile (Forms, Items etc.) plus a much more appealing user interface, themes, animations, popup menus, and better component layout
Other Software by developer «Sapphire Solutions Ltd»:
SapphireIrDA SapphireIrDA
Printing from your application can be a very useful tool in a situation where you need to give a receipt to your customer direct from your Pocket PC. The ideal solution is to use an IrDA enabled printer with the IrDA port on your device
SapphireEncrypt SapphireEncrypt
Data security is important when you are dealing with the Internet and mobile applications. Having confidential information stored on your Pocket PC means you need to ensure that it is kept save if the device gets stolen or if you are transferring it over the internet
SapphireSIM The Sapphire SIM utility provides the Visual Studio developer with the ability to manage the SIM card of a Pocket PC Phone Edition, Windows Mobile or Smartphone device. It enables the user to add, change and delete contacts from teh normal and fixed sialling areas of the SIM card
SapphireButtons SapphireButtons
As developers, we can spend quite a lot of effort getting the flow right for our application to make life easier for our users
SapphireBattery SapphireBattery
Battery power is not infinite. It is important to ensure that your users don’t find themselves without any battery power right when they need it the most
Sapphire GZip Utility Sapphire GZip Utility- The memory available on the devices is undoubtedly increasing as technology evolves, but so is the amount of data we are storing. We can now store more information about products and customers allowing a smoother daily run of the business.
However, we may sometimes find that our data is still, too big
SapphireGZip SapphireGZip
The memory available on the devices is undoubtedly increasing as technology evolves, but so is the amount of data we are storing. We can now store more information about products and customers allowing a smoother daily run of the business
SapphireIMEI SapphireIMEI
If you are rolling out your application on Smartphone or Pocket PC phone edition devices, you may wish to record the device’s International Mobile Equipment Identifier (IEMI) or International Mobile Subscriber Identity (IMSI) numbers
SapphireMail SapphireMail
Emails are a powerful method of communication with the ability to send messages and files around the world almost immediately, free of charge. Being able to send and receive emails on your device within your eVB, VB