473,320 Members | 1,829 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,320 software developers and data experts.

ftp through gprs connection

hi,

I'm developing a ftp application for windows mobile using visual studio 2008 and opennetcf library.
I have a problem creating the connection to ftp server. I can connect to grps but after that, when I try to create the connection to ftp, I got this error:

NotSupportedException
at
System.Net.WebRequest.Create(Uri requestUri, Boolean schemeOnly


the code is:

FtpWebRequest cerere = FtpWebRequest.Create("ftp://" + ServerAddress + "/") as FtpWebRequest;
cerere.Credentials = new NetworkCredential(UserName, Password);
cerere.KeepAlive = true;
cerere.Binary = true;
cerere.Passive = true;


Thank you very much.
Feb 6 '09 #1
0 1358

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: cle | last post by:
hi does anybody know how to activate an gprs connection in the compactframework with c# ? thanks cle
1
by: abhya | last post by:
Hello evryone... I am a s/w undergrad.I am attempting to establish a private point-2-point link betn my GPRS enabled cellphone and a dedicated college server, over the GPRS.I will be using java...
3
by: iKiLL | last post by:
Hi , I am trying to debug a problem with a Windows Mobile Application. I need the PDA to Sync(I have writen the sync process myself using a web service) using GPRS while Debugging from the VS...
4
by: iKiLL | last post by:
Hi all I am working with CF2 and C#. I was hoping that someone could point me in the right direction for how I can determine if there is a GPRS Signal. I am using Merge Replication to SQL...
0
by: Sheikko | last post by:
I have a GSM/GPRS compact flash card inserted in my pocket pc. I have configured it with all connection settings because I want to use it to connect to the internet with a C# socket. I want to...
0
by: dell05 | last post by:
I doing a mobile development using Java J2me, recently i found out that when using application that use socket connection to server, we must need Internet GPRS connection exist in the phone to make...
4
by: faith8 | last post by:
I need to manage the GPRS connection (set up the connection, connect and disconnect) in a symbol handheld device with Windows Mobile 5. I'm developing this application with Java 1.3 and using IBM...
0
by: =?Utf-8?B?SnVsaWFu?= | last post by:
I have an application written in vb.net (VS2005) running on a Windows Mobile 6 device. It uses the GPRS (GSM Data bearer) for its comms back to the server. The comms are a standard connection...
4
by: ktg024 | last post by:
I have a GPRS modem, Now I want to connect this(GPRS MODEM) to my website and transfer data. I have a temperature of particular area i want to send through GPRS every ten minutes to my (server)...
2
by: Aruforum | last post by:
Hi Guys, This is Rajesh.N. I am new to this forum. I am very glad to join with u genius pupils. Presently i am working in Gps project in .net domain. In my project i need to implement...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.