Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / November 2004

Tip: Looking for answers? Try searching our database.

FTP and dotnet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Alvertz - 29 Nov 2004 22:04 GMT
Hi,

Dotnet cannot upload huge files(more than 4 MB without tweaking the
parameters in web config)
http://support.microsoft.com/default.aspx?scid=kb;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.aspx?scid=kb;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
Jeff Dillon - 29 Nov 2004 23:06 GMT
What does your testing show?

> Hi,
>
[quoted text clipped - 12 lines]
> Thanks,
> Ramya
Alvertz - 30 Nov 2004 17:30 GMT
Hi,

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

Thanks.

> What does your testing show?
>
[quoted text clipped - 14 lines]
> > Thanks,
> > Ramya
Nick Malik - 30 Nov 2004 16:04 GMT
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

> Hi,
>
[quoted text clipped - 12 lines]
> Thanks,
> Ramya

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.