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

FTP and dotnet

Hi,

Dotnet cannot upload huge files(more than 4 MB without tweaking the
parameters in web config)
http://support.microsoft.com/default...b;en-us;323246.

So i am trying to upload files greater than 4 MB using FTP server. i
am doing some socket programming as in
http://support.microsoft.com/default...b;en-us;832679.

My question is "Will the same limit of 4 MB apply to the FTP client in
vb also?? since i am uploading the files to FTP server will i be able
to upload huge files without timeout or aspnet wp restarting??

Thanks,
Ramya
Nov 22 '05 #1
3 1302
What does your testing show?

"Alvertz" <ra*************@gmail.com> wrote in message
news:a4**************************@posting.google.c om...
Hi,

Dotnet cannot upload huge files(more than 4 MB without tweaking the
parameters in web config)
http://support.microsoft.com/default...b;en-us;323246.

So i am trying to upload files greater than 4 MB using FTP server. i
am doing some socket programming as in
http://support.microsoft.com/default...b;en-us;832679.

My question is "Will the same limit of 4 MB apply to the FTP client in
vb also?? since i am uploading the files to FTP server will i be able
to upload huge files without timeout or aspnet wp restarting??

Thanks,
Ramya

Nov 22 '05 #2
It may sound obvious, but FTP requires an FTP client at one end of the
communication and an FTP server at the other. There are no limits to the
size of a file sent via FTP. However, FTP, by itself, it not secure. There
is a secure variant of FTP that uses SSL, but you won't get there with
socket programming. For that, I'd recommend you buy a component. The SSL
handshake is a bit complicated.

So, as long as your VB app is running on a client machine, you can use FTP
to upload large files in an non-secure manner.

There is a protocol called SSH that will allow files to be copied securely
(it is not FTP, but it is secure file transfer). You would need an SSH
server at one end and an SSH client at the other... all of this is open
source.

HTH,
--- Nick

"Alvertz" <ra*************@gmail.com> wrote in message
news:a4**************************@posting.google.c om...
Hi,

Dotnet cannot upload huge files(more than 4 MB without tweaking the
parameters in web config)
http://support.microsoft.com/default...b;en-us;323246.

So i am trying to upload files greater than 4 MB using FTP server. i
am doing some socket programming as in
http://support.microsoft.com/default...b;en-us;832679.

My question is "Will the same limit of 4 MB apply to the FTP client in
vb also?? since i am uploading the files to FTP server will i be able
to upload huge files without timeout or aspnet wp restarting??

Thanks,
Ramya

Nov 22 '05 #3
Hi,

I have started implementing this approach so i would like to know
before hand if i can upload huge files without problems...

Thanks.
"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message news:<uA**************@TK2MSFTNGP12.phx.gbl>...
What does your testing show?

"Alvertz" <ra*************@gmail.com> wrote in message
news:a4**************************@posting.google.c om...
Hi,

Dotnet cannot upload huge files(more than 4 MB without tweaking the
parameters in web config)
http://support.microsoft.com/default...b;en-us;323246.

So i am trying to upload files greater than 4 MB using FTP server. i
am doing some socket programming as in
http://support.microsoft.com/default...b;en-us;832679.

My question is "Will the same limit of 4 MB apply to the FTP client in
vb also?? since i am uploading the files to FTP server will i be able
to upload huge files without timeout or aspnet wp restarting??

Thanks,
Ramya

Nov 22 '05 #4

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

Similar topics

1
by: GChong | last post by:
Hi, Im looking for some general 'marketing' info on dotnet: how long it has been in use (i.e first release date), how many companies are using it, number of .NET developers in the world,...
12
by: tmb | last post by:
1 - Is Microsoft dotnet a Virtual Machine... like the Java Virtual Machine... that will run on any operating system? 2 - If so, does Microsoft give away the dotnet development system like Sun...
5
by: David | last post by:
Hi everyone, I have a ActiveX EXE component written in VB6. This ActiveX EXE exposes various public methods that can be called by several other independent Windows EXE applications (also written...
0
by: Justin Kennedy | last post by:
Hi, I'm new to dotnet. In fact, I'm a Java/web dev. guy mostly. I was debating on whether to use Java or dotnet for a recent project. The main requirements are: 1. Tools to create a "rich"...
10
by: Darren | last post by:
OK, I'm trying to understand the need for this. If I understand correctly without this anyone can reverse engineer and obtain the source code of my application - is this correct? And this tool will...
0
by: Joe Bloggs | last post by:
Hi all, I take the pleasure to inform that Dotnet Commons Logging has been released for use. Dotnet Commons Logging, a subproject of the Donet Commons project currently located under the...
4
by: Peter Hemmingsen | last post by:
Hi, I have a dotnet object (implemented in mc++ and used in c#) which have a property called "Info". The Info property is also a dotnet object (implemented in mc++). In the constructor of the...
4
by: Peter Plumber | last post by:
OK, this is a rather strange request Is it possible to use dot-net dlls in VB6 projects? Is anyone doing this or is this completely useless? thx Peter
3
by: gg | last post by:
My standard version of dotnet 2003 basic does Not have vbc.exe have class library template produce dll when outputtype is changed to classlib for .vbproj it seems that standard version is not...
7
by: Peted | last post by:
Hi, im hoping someone cane provide or point to a definitive accurate explantion of dotnet compilation when run and the best way to optimise peformace when dotnet code is run first time and...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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.