$$Excel-Macros$$ Re: Saving a txt file to an ftp server

2009-07-21 Thread ju...@thepepeshow.com
Hello MartyH, I was able to do this by installing NcFTP on my computer. It is available here: http://www.ncftp.com/download/. You want to install the client (not server.) Once you install that program, modify the following code to accomplish saving to an FTP file: Sub SaveTXT2FTP() ' ' SaveTX

$$Excel-Macros$$ Re: Saving a txt file to an ftp server

2009-07-20 Thread Daniel
Hello. Give a look at the web site : http://www.bygsoftware.com/Excel/VBA/ftp.htm Regards. Daniel > -Original Message- > From: excel-macros@googlegroups.com [mailto:excel- > mac...@googlegroups.com] On Behalf Of MartyH > Sent: lundi 20 juillet 2009 13:07 > To: MS EXCEL AND VBA MACROS > Su

$$Excel-Macros$$ Re: Saving a txt file to an ftp server

2009-07-20 Thread zheng yu
Hi Marty I think uplaoding the file to FTP server is not within the range of Excel vba work. it is the FTP client that does this. 1) You should have a FTP client that uploads files to server. 2) There is auto-update function in the FTP client . so once you point the folder where the file is,