Its another way of uploading and downloading files !
Early users of the Internet developed FTP so researchers could copy files from
one place to another across the Internet. Today, if there is a piece of
software that you know will solve a problem you are having, you can copy it
from an FTP site.
We have built the Internet dream machine software. It's called
the NV Developer. It makes working with the internet a snap.
We build thousands of web pages using the NV Developer in minutes and then
upload them to the internet automatically.
Check out http://www.businesspark.com/fatfree
NV built over 2600 web pages, indexed them and uploaded them to the internet,
then posted the URLs to the search engines. This is just one of our web-sites.
Our http://www.unsolvedmysteries.com site gets over 120,000 web-pages read a
month, that's not the hit count at our web-site that real web-page reads. NV
is able to automatically retrieve the Email stories that are sent to the
unsolvedmysteries web site and generate new web pages from the content. It
then rebuilds the indexes, uploads the new pages and registers the URLs with
the search engines.
Using the power of the NV language we can actually get the content of our web
pages from other Internet sources, search engines, ftp sites, news services,
Email, etc. and then build the web pages automatically "respecting all
copyrights". We also use NV to post our URLs to search engines.
The NV language is a simple to learn and use. The language has built in
functions including FTP, SMTP, POP3, Email with attachments, HTTP, TCP, Whois,
Zip facilities, encrypt/decrypt, registry, Html parsing and a whole lot more.
Check out NV Developer at http://www.renasoft.com
NV Developer comes with many example programs.
Here is an example of a simple program that FTP upload files to a web-site.
Listfiles(1,"c:\*.htm*;*.gif;*.jpg /s")
ListInclude(1,Date)
If Listcount(1) = 0 then stop
if Ftp.logon("ftp.site.com","userid","password") = true then
Do while listget(1,Filename) = true
Ftp.Upload(filename,xfilename(filename))
loop
endif
Ftp.logoff
1. This program would locate all .html, *.gif and *.jpg files on the "c"
drive. 2. Eliminate from the list all files that were not created on the
current day 3. Ftp.logon to the ftp site 4. Loop and Upload each file 5.
Logoff when complete.
You could run the above program in the developer environment or compile it
and put the icon on your desktop, from then on all you would have to do is
click on the desk-top Icon. Or you could schedule the program to run using
the Windows task scheduler and run the program any time, night or day, while
you are there or not.
You can add commands to the Windows Explorer using NV. We have written a few
as samples that are included. The first one allows you to Right mouse click on
a Windows explorer directory, Select "Show web page titles". This program
builds a web page of all web pages in this directory, puts the new web page in
the Windows temp directory and invokes your browser to view the new document.
Please, check it out and send us your comments.
The product runs on Windows 95/98/NT and is free to try.
$29.95 to register. http://www.renasoft.com
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
John
Tom Hulley <thu...@choate.edu> wrote in message
news:ePLtLJ$m#GA....@cppssbbsa02.microsoft.com...