Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP to other environments

Status
Not open for further replies.

bnageshrao

Programmer
Mar 17, 2001
83
US
Is it possible to write vba code in excel to FTP the file to different environments such as NT server or UNIX server and if so can you please help me with the code. Thanks in advance
 
If you can do it manually through the command line, then you can write a batch file and get Excel to execute that. -> Addons has an example of ftp that can be used with textpad...it is basically a *.bat file. You might be able to get some information from that...

VBA also allows you to execute commands using shell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top