473,385 Members | 1,736 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

File Transfer over dial-up and network

I need to develop an application (development platform:
Win2000; target platform: Win98/ME/NT4/2000/XP), which
would require file transfer functionality over dial-up and
network.

We could develop on .NET (1.1 or 1.0 - VS.NET 02/03) or
using plain COM (visual c++). We'd prefer .NET though.

Does anyone know of any products or COM API (or .NET
classes) that can easily handle file transfer over dial-up
(given a phonenumber), or network (given ip-address or
computer name)?

The sending and receving would both be running the
application that we are developing.

I looked at NetMeeting 3.0 API but it appears that it does
not support dial-up (PSTN)...

Any help or ideas will be greatly appreciated.

Thanks
Jul 21 '05 #1
1 2194
Take a look at http://www.santronics.com

It gives you exactly what you need for dialup and telnet operations, (and
web and ftp and Windows GUI). The interface is virtualized and 100%
programmable so whether you dial in or connect via telnet, the same logic is
used of offering XYZK (Xmodem, Ymodem, Zmodem, Kermit) file transfer
protocol. Uploads/Downloads are centralized by the server so it is
presentable via Text (Dialup/Telnet), WEB, FTP or GUI.

The basic framework is client/server where client hosting servers use
wcBASIC which is a common language runtime (CLR) p-code language written
specifically for client/server operations. So when a dial up or telnet
connection arrives, it called the top level MAIN.WCX application, which
links in other WCX to provide the text menu interface. Basic installations
come with default library of wcBASIC code to provide the classic Text and
Web interface. The source code is available for purchase with many of
customer customized. All client software is written using the SDK available
for C/C++, Delphi, VB, Java, Visual FoxPro and soon .NET. I recently
created a simple .NET Wildcat! client using I guess what they call unmanaged
code.

You can write you own client software that uses the 100+ SDK server
functions. Every action comes with a reaction in this system so there a
suite of server events you can watch for, such as File Uploads, Downloads,
even Instant Messaging!!

It also checks for special WCX hooks for some of these events, if any, for
example, SCANFILE.WCX is called when a file is uploaded via Dialup or
telnet.

Many of our clients use these hooks to interface the system with there
backend system (Medical, Payroll, Insurance companies, etc, #1 system in the
market used by the biggest of the biggest)

So when a file is uploaded, you can do something like copy it to another
drive or something to do some "file processing." Same with the WEB
(httpScanFile.wcx), FTP (FtpScanFile.wcx), etc. Or, you can write SDK
application and have the system signal you with a callback function to tell
you that a file has been uploaded! Endless capabilities!

So you don't have to re-invent the wheel and spend YEARS engineering a
solid, reliable and secured frontend hosting client/server system. It is
all available in this package, yet, you have the flexibility to customize
and program your application.

--
Hector Santos
WINSERVER "Wildcat! Interactive Net Server"
support: http://www.winserver.com
sales: http://www.santronics.com
"Neel Word" <an*******@discussions.microsoft.com> wrote in message
news:52****************************@phx.gbl...
I need to develop an application (development platform:
Win2000; target platform: Win98/ME/NT4/2000/XP), which
would require file transfer functionality over dial-up and
network.

We could develop on .NET (1.1 or 1.0 - VS.NET 02/03) or
using plain COM (visual c++). We'd prefer .NET though.

Does anyone know of any products or COM API (or .NET
classes) that can easily handle file transfer over dial-up
(given a phonenumber), or network (given ip-address or
computer name)?

The sending and receving would both be running the
application that we are developing.

I looked at NetMeeting 3.0 API but it appears that it does
not support dial-up (PSTN)...

Any help or ideas will be greatly appreciated.

Thanks


Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Stephan Steiner | last post by:
Hi Generally, FileInfo fi = new FileInfo(path); long size = fi.Length; gets you the length of a file in bytes. However, when copying files, even while the copy operation is still in...
8
by: Xarky | last post by:
Hi, I am downloading a GIF file(as a mail attachement) with this file format, Content-Transfer-Encoding: base64; Now I am writing the downloaded data to a file with this technique: ...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
1
by: Alex | last post by:
Hello, I'm trying to write a little php script to transfert some files from a server to clients (web/http). It's working fin with small files. But transfering big files (try on 1Gb) failed!...
2
by: tedpottel | last post by:
Hi, My program has the following code to transfer a binary file f = open(pathanme+filename,'rb') print "start transfer" self.fthHandle.storbinary('STOR '+filename, f) How can I do an ASCII...
7
by: boss1 | last post by:
i have a text file like below: named "rez.text" and i wnt to transfer each column into oracle database which have the same column name as views here.Every time it will goto database atomatecally...
0
by: fiona | last post by:
Yucca Valley, CA, - October 2007: Catalyst Development Corporation, publisher of SocketTools, SocketWrench and LogicGem, today announced the release of Catalyst File Transfer .NET V5.0. For...
0
by: Nimbus2000 | last post by:
Hello Everyone and thanks for your help in advance. I am writing an application in Vb.Net that would dial a phone number through a modem (phone line through PBX) and connect to a remote host and...
6
by: Thom Little | last post by:
I need to transfer an XML file between an application on the client and the server. This would in fact be a copy of the application's .config file. HTML <input form=...would transfer the file...
1
by: nu2c | last post by:
Hi, can someone please help. I have a file which look something like this: Group=01| List=01||20090801||3| Item=01005000||20091001|000000005000|| Item=01015000||20091001|000000015000||
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.