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?
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?
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.
Browser other questions tagged upload asp ftp
You are not signed in. Login or sign up in order to post.
I’ll try and tell you David, thanks for now
– Ham