How do I use my ASP site (via Script) to upload a txt that is on another server by FTP address?

Asked

Viewed 30 times

0

Can someone help me make an Asp script to upload using my Asp site from a txt file to an ftp address of any other server?

1 answer

0

I’ll give you an idea, it might work:

Use a HTTP.Request to read the file . txt and save it via FSO on your website. Then use an available upload component on your server to upload the generated . txt file.

All this (the scripts) you find easy searching and configuring according to your FTP.

  • I’ll try and tell you David, thanks for now

Browser other questions tagged

You are not signed in. Login or sign up in order to post.