Copy file to diferent domain
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! How can i copy a file to a diferent domain? Use vb.NET language and do not share a folder option. Is it possible? Thank all. Kosta
-
Hi! How can i copy a file to a diferent domain? Use vb.NET language and do not share a folder option. Is it possible? Thank all. Kosta
As long as you have rights to the directory on the remote domain you can write to it. The only difference is that when you connect, you have to use a username that is recognized on the remote domain. You'll also need to use the full username: Domain\Username