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:
Pipes PPC-FTP (ARM) Pipes PPC-FTP (ARM) is fully compatible with RFC 959 FTP standards. This version is for ARM processor devices only. Other versions (MIPS, ARMv4, SH3 & X86) are also available through this site
MifMon MifMon serves for monitoring the traffic of network interfaces e.g. UMTS/3G, GPRS, Wi-Fi, USB, etc.
You can use MifMon to manage traffic and duration restrictions. Therefor each interface provides two different counters. One for the data traffic another for the connection duration. Keep track of your restrictions with distinct traffic and time limits
FilesHTTPing FilesHTTPing allows you to upload files to the public folders of a remote FTP server and creates a tiny .irl file shortcut that you can share or use to download the file off of the server via HTTP. When you upload a file the .irl file is created on your PocketPC in the current folder. Tap on the irl link to download the file and execute in the associated application
FTPLoggerer FTPLoggerer allows you to log the time/date you log into multiple FTP server accounts. You can create lists of FTP accounts and store username/password settings. When you log into the FTP server the program will log the time/date into a log file. The program displays your FTP server usage in a calendar interface
WakeOnLan WakeOnLan - Insanely simple program to send some magic packets out to a specified MAC address. Just extract and run. No Installer needed or included.
Can be used as a command line tool or just by starting and entering the MAC Address in the popup Window.
Command Line:
Please use as following:
WakeOnLan
TwitterFTPer TwitterFTPer allows you to send large files to people via a Twitter link to a http output folder of a FTP server. When you tap on the file it is uploaded to a secure remote FTP server and a Tweet is updated on Twitter with the download link to the file
vxTftpSrv vxTftpSrv is a simple, easy to use, Trivial File Transfer Protocol Server (TFTP) program which can be used to transfer files to and from routers, switches, hubs and other network devices. vxTftpSrv is typically used by Network Administrators to configure such equipment.
vxTftpSrv is fully compliant with RFCs 1350, 2347, 2348 and 2349.
· Plug-n-Play
pkHpc pkHpc allows you to connect any Windows Mobile device to Data General, Hewlett-Packard, Pick, Stratus and Unix host systems.
30 days trial
What's New in This Release:
· Fix cellular line communications on Windows Mobile 6
neoScan neoScan - This is the fastest Portscanner available an PPC, from the ultimate award winning Network Utilities "neoTools" which provides You with - a pretty fast multithreaded Portscanner - Ping, Ping Range - traceroute - GetHTTP - WhoIS - SMTP Client neoTools is second winner of the international youcanwindotnet.com contest
RawTerm Rawterm - simple terminal program. It uses raw socket communications, and can be used with some telnet servers, and a variety of other servers that support command line terminal interaction. Please read the text file that accompanies it, as it will clarify some items. It's pretty simple to use, and hopefully, at some point, I'll grow it into a full-featured telnet client
Other Software by developer «Sapphire Solutions Ltd»:
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
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
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
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
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
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
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