Transfer to FTP Server

NewbieUK

Registered User.
Local time
Today, 08:06
Joined
Aug 17, 2010
Messages
29
Hi Guys,

Does anyone know if there is a way to output a text file from Access to an FTP server which will be password protected?

Thanks
B
 
I do it by creating a script file that includes all the commands you want, then executing the script.

works great, except I haven't been able to get it to run "hidden" - ir when it runs it opens a cmd window, and echoes the script commands to that.


this sort of thing -this is aircode, so the synext may be off

ftp servername username password
put filename
quit
 

Users who are viewing this thread

Back
Top Bottom