Upload file on a server

L

loopoo

Hi!

Please let me know how is it possible to upload file(s) from your
computer to a server using Excel: is it possible to run Windows shell
commands in a macro ?? I was thinking to use ftp and to send the file
to that server (it's a UNIX server, for which I have an username and a
password)

Thanks,
Chris
 
L

loopoo

Thanks for the reply...

I will see what suits my specifications best.

Once again,

Thanks for your help.
Chris
 
G

Guest

Tom,

I've just picked up on this thread because I have a pretty similar need.

I have looked at your three links in some detail, but to be honest, not sure
where to go next. In the links I am having some dificulty seperating between
what is necesary, and what are (rather old?) downloads/add-ins(?).

I am trying to have excel open another excel file which is in an ftp server.

I have no problem opening the file if I have previously conected to the
server, but if I have not done this already it prompts me for a user name and
password (no problem in principle, but would rather be able to skip this and
have it all in the code).

Looking through your references, I am pretty sure is should be fairly
simple, along the lines of the following:

FtpClient.URL = "ftp://address"
FtpClient.UserName = "username"
FtpClient.Password = "password"
FtpClient.Connect


but I am not sure what else I need to put around it (or if I really need to
download and install the stuff in your three links).

Help would be very, very much appreciated.



Tom Ogilvy said:
 

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