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:
vxSniffer vxSniffer is a complete network monitoring tool for Pocket PCs.
· User defined filtering capability.
· Monitor only the information you need
· Filter by source/destination IP address, MAC, TCP port or UDP port.
· View summary and detail packet data.
· Various font sizes for easy viewing
Classic FTP Classic FTP is a program to upload, download, delete and manage files on a remote server or website using the file transfer protocol. The software has been specifically designed to look and feel like a traditional ftp client while supporting the latest FTP features.
· Intuitive user interface makes uploading files to the internet easy
IP Dashboard Network Monitor IP Dashboard Network Monitor - Have you ever wondered whether your Pocket PC was connected to your wireless network? It was that simple question that led us to develop IP Dashboard, the most intuitive network monitoring tool available for Pocket PC devices
FileTricker FileTricker - FileTricker can be used to trick a FTP server (mostly free ad-based) that does not allow or rejects certain file type extensions (e.g. 3GP) into uploading and downloading any file type using a fake .HTM file name suffix. When you upload a file to the server the file name is appended with HTM to make it appear as a webpage
PocketLANce Cresotech PocketLANce is a unique application allowing Pocket PC users to browse and manage LAN resources on their PDA devices. Access your corporate or personal LAN resources using your Pocket PC both outside and inside of your office!
Pocket IP Config Pocket IP Config - TCP/IP troubles
DHCP troubles
Not able to connect
Having troubles with your 802.11 connection
This is your solution. It allows you to Release and Renew your DHCP information without rebooting
InternetReestablisher InternetReestablisher allows you to reestablish your internet connection. When you tap the button the program will download the file CeBeans.com/Connect.txt at the timer interval you select. When the program can't connect to the internet the program will open PIE with the connect link and force open a GPRS connection
BTools2 BTools2 - Small tools for checking network performance including latency and bandwidth. You can check latency with ping tab and bandwidth with iperf client/server tabs. iperf in BTools is based on version 1.7.0.
Features:
- Provides ping to check latency between nodes.
- Visualization of ping latency graph
zaTelnet Light zaTelnet Light - Support Telnet protocol. Partially emulate terminal VT100 (basically enough for working with Midnight Commander and others console programs). Full screen. Different font size for console. Portrait and landscape orientation. 240x240, 240x480, 480x480 and 480x640 resolutions
DotFred Task Manager DotFred Task Manager - The Task manager application is a bunch of several useful tools in just one tool. The name is maybe not appropriated anymore because of all the stuff it provides now. But at the beginning it was just made to manage all running processes as the Task Manager does in Windows on a normal PC
Other Software by developer «Sapphire Solutions Ltd»:
SapphireRAS SapphireRAS
It is now possible to dial a remote connection and manage the device’s phone book from your application using the Sapphire RAS Utility. This will allow you to build advanced applications to allow your mobile application stay current with your business information
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
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
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
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
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
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
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