Transfer file

  • Thread starter Thread starter Juande
  • Start date Start date
J

Juande

Hello,

How can I transfer a file from a remote server (with static IP) to my local
machine?

Many thanks
 
Juande said:
Hello,

How can I transfer a file from a remote server (with static IP) to my
local machine?

Many thanks

Well, it depends on the resources available on the server (whether or not
the file is located on a share that you have access to, if the file is in an
ftp directory and the server has the ftp web site configured correctly and
you have access to it, if the file is in a web directory, et cetera).

How is the server set up and permissions?

Mythran
 
Ok, the files are located in a ftp splits in directories, each user has read
permissions in his own directory and none in the others, Please, How can I
transfer an specified file from ftp to client?, Is there any working code
sample?

Many thanks
 
Juande said:
Ok, the files are located in a ftp splits in directories, each user has
read permissions in his own directory and none in the others, Please, How
can I transfer an specified file from ftp to client?, Is there any working
code sample?

Many thanks

If you are familiar enough to port code from C# to VB.Net (not hard), then
the following link "should" be of some help :)

http://www.codeproject.com/dotnet/dotnetftp.asp

Mythran
 

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

Back
Top