2 Replies - 1339 Views - Last Post: 18 November 2009 - 03:31 AM Rate Topic: -----

#1 srikutty  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 07-October 09

Plz Help me to upload more than 2GB files

Posted 18 November 2009 - 12:29 AM

Hi,

i tried to upload a file more than 2GB size... into linux ftp server...

using System.IO

'Reading file into a byte array
		Dim file As Byte()
		file = System.IO.File.ReadAllBytes(p_FilePath)
'Request
		Dim req As System.Net.FtpWebRequest
		req = DirectCast(System.Net.WebRequest.Create("ftp://" + p_FTPServer + "/" + p_FileNameOnServer



need immediate help,....
thanks in advance

This post has been edited by srikutty: 18 November 2009 - 02:32 AM


Is This A Good Question/Topic? 0
  • +

Replies To: Plz Help me to upload more than 2GB files

#2 Bort  Icon User is online

  • No bunnies were harmed in the cloning of this Bort
  • member icon

Reputation: 217
  • View blog
  • Posts: 2,260
  • Joined: 18-September 06

Re: Plz Help me to upload more than 2GB files

Posted 18 November 2009 - 02:44 AM

With what exactly? Are you getting error messages?
Was This Post Helpful? 0
  • +
  • -

#3 srikutty  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 07-October 09

Re: Plz Help me to upload more than 2GB files

Posted 18 November 2009 - 03:31 AM

View PostBort, on 18 Nov, 2009 - 01:44 AM, said:

With what exactly? Are you getting error messages?



i've got a scan error stating

"The file is too long.This operation is currently limited to supporting files less than 2 Gb in size"
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1