Hi All,
I am working on FTP uitility using C#. I have build a class for that using C#. But while uploading the file on FTP i am unable to upload whole file on the FTP. Only part of that file is uploaded. I have used the following code to upload the file.
--------------------------------------------------------------------------
public void UploadData(stri ng FTPUri, string FilePath, string FileName, string...
User Profile
Collapse
-
Problem while uploading file on FTP server
-
Runtime Error - Operation must use an updateable query
Hi,
I have developed one Web application. At that time my system had a FAT file system on it and this application worked properly. But now i have converted FAT file system to NTFS file system and whenever i am trying to run this application then it through the exception. I have used MS Access as a database. The error is as follows...
Server Error in '/ASG' Application.
--------------------------------------------------------------------------------... -
Runtime Error
Hi to all,
I am sending an email by using VB with ASP.Net. The code is as follows...
MMsg = New MailMessage
MMsg.From = GetUserEmail()
MMsg.To = txtto.Text
MMsg.Subject = "Invitation...! "
MMsg.Body = Invitation
MMsg.Priority = MailPriority.Hi gh
SmtpMail.SmtpSe rver = "MyServername"
SmtpMail.Send(M Msg)... -
Thanks sweta,
but i am using .Net 1.1. Is there any way to implement this in .Net 1.1?... -
Downloading files from FTP using C#.Net 1.1
Hi All,
I am using .Net framework 1.1 and i want to download files from FTP. How can i do this using C#. Please help me.
No activity results to display
Show More
Leave a comment: