Google Answers Logo
View Question
 
Q: automatically push database export files to parked upon FTP pc file server. ( No Answer,   3 Comments )
Question  
Subject: automatically push database export files to parked upon FTP pc file server.
Category: Computers > Programming
Asked by: 1901bell-ga
List Price: $21.50
Posted: 29 Jul 2004 14:54 PDT
Expires: 30 Jul 2004 09:23 PDT
Question ID: 380976
Have MS Visual Basic timers start and run MS Access (VB enabled) modules,
which do data queries and the results are contained within an auto
export *.xls file(s), which are futher given the instruction to be
placed upon a given Networked PC file server location/path (final
parking spot).  Question:  What additional instruction(s) and/or
software setting(s) are needed to allow the MS Access (VB enabled)
module to automatically export and successful push files to parking
spot path upon given FTP PC file server (which ID access to has been
established) instead of a Networked PC file server?

Clarification of Question by 1901bell-ga on 30 Jul 2004 09:22 PDT
Another member of our department found the answer...program called WebdriveŽ.
http://www.webdrive.com/index.php?pg=./products/webdrive/index
It allows you to map a drive letter to an ftp server.


But, we would like to thank "crythias-ga" for posting three comments
upon this question (they were good thoughts).

Thank You, 1901bell-ga
Answer  
There is no answer at this time.

Comments  
Subject: Re: automatically push database export files to parked upon FTP pc file server.
From: crythias-ga on 29 Jul 2004 17:55 PDT
 
You could use built-in command prompt ftp. Not exactly pretty, but ...
create a temp script file composed as follows:
o ftp.remotesite.com
username
password
literal pasv (optional, but may help if you're behind a firewall)
bin
verb
prompt
put filename.ext
quit
-=-=-
drop it somewhere (c:\tmpscrpt.ftp)? then call it:
ftp -s:c:\tmpscrpt.ftp

I suppose there is some code in VB that can do it. Everyone has FTP
unless they manually remove it.
Subject: Re: automatically push database export files to parked upon FTP pc file server.
From: crythias-ga on 29 Jul 2004 17:56 PDT
 
Oh, and delete the tmpscript after it's used :).
Subject: Re: automatically push database export files to parked upon FTP pc file server.
From: crythias-ga on 29 Jul 2004 18:01 PDT
 
Oh, and you can add
cd remotedir\remotedir2\remotedir3 or
cd remotedir/remotedir2/remotedir3
before the "Put" line if it needs to be in a subdirectory.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy