472,118 Members | 1,101 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,118 software developers and data experts.

WebRequestMethods.Ftp.UploadFile

1
Is there a way for me to send a raw ftp command to a ftp server?

Sample code:

Expand|Select|Wrap|Line Numbers
  1. FtpWebRequest request = (FtpWebRequest)WebRequest.Create("ftp://192.168.140.81/ftproot/proba.txt");
  2.             request.Method = WebRequestMethods.Ftp.UploadFile;


I need somenthing like this:
Expand|Select|Wrap|Line Numbers
  1. request.Method = "some ftp command";
but it does not work. Not supported. Any ideas?

Thank you!
May 10 '07 #1
0 3180

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by David W | last post: by
reply views Thread by Saverio Tedeschi | last post: by
3 posts views Thread by Bob Phillips | last post: by
reply views Thread by Mihaly | last post: by
6 posts views Thread by =?Utf-8?B?U2NvdHQgVHJpY2s=?= | last post: by
reply views Thread by leo001 | last post: by

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.