Hi, I am pretty new to asp and have found some ways of using ftp but they all involve creating a text file that is run all at once.
Is there any way of using asp and ftp on the fly, i.e. I issue a command to the ftp server, it is executed and any information sent back to me. I just want to be able to run an ls or list on the ftp server and get them in an asp array.
I am used to using PHP and this is a very simple task using that, with asp it seems i have to create a very long ftp file which is executed all together, then pipe the results to yet another file which I then have to search through to get which files exist in a specific directory on my ftp server.
Any help is appreciated, thanks
Is there any way of using asp and ftp on the fly, i.e. I issue a command to the ftp server, it is executed and any information sent back to me. I just want to be able to run an ls or list on the ftp server and get them in an asp array.
I am used to using PHP and this is a very simple task using that, with asp it seems i have to create a very long ftp file which is executed all together, then pipe the results to yet another file which I then have to search through to get which files exist in a specific directory on my ftp server.
Any help is appreciated, thanks