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

0
Can anyone help me to do an asp script to upload using my site in asp from a txt file by an ftp address from any other server?

    
asked by anonymous 05.06.2017 / 16:56

1 answer

0

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

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

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

    
20.08.2017 / 02:22