FTP Access

G

Guest

Hy everybody,

I was downloaded a class from msdn that interacts with a FTP server. I need
to upload a file from a client machine to the server. But in this class this
method is not working.

I have just the name of the file that I need to upload, and so, I need a way
to do it.

I have to do this upload without any user interaction. So I can't use a form
with an input file tag.

Can someone helps me?????

Thank's
 
N

Nick Malik

Hello Andre,

I haven't tried to use FTP code from MSDN, so I can't just jump in and guess
what changes would be needed. However, you should be able to remove any U/I
requirements and still use the same code.

You don't say why the class "is not working" so I can't help with an error
message.

If you can post a short bit of code that compiles, and ask specific
questions, I'll be happy to help.

--- Nick
 
G

Guest

Hy Nick...

In trust, I find the problem... I need a class that connects with a ftp
server using an active connection (PORT command)...

Thank's
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top