How to login to an FTP site with two usernames and two passwords

M

moondog

The ftp site I want to attach to requires two logins. You need to
enter your username and password, and then enter another username and
password to get in. The FtpWebRequest object only allows for one set
of username and password. How can I do this with VB.NET?

Thanks in advance.
 
H

Herfried K. Wagner [MVP]

moondog said:
The ftp site I want to attach to requires two logins. You need to
enter your username and password, and then enter another username and
password to get in. The FtpWebRequest object only allows for one set
of username and password. How can I do this with VB.NET?

Does the FTP server use standard FTP commands to ask for both user names and
passwords?
 

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

Top