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

New Topic/Question
This topic is locked




MultiQuote





|