Re: [PHP] upload via FTP

2004-11-09 Thread raditha dissanayake
Alessandro Rosa wrote: That's even more confusing. You run php scripts off a web server and not an FTP server. Ok ... the server I'm dealing with works for both services. But let me re-explain the question in new terms. I have a bunch of php scripts on a web server. I just wanted to know if it

Re: [PHP] upload via FTP

2004-11-09 Thread Jason Wong
On Tuesday 09 November 2004 11:10, Alessandro Rosa wrote: > > That's even more confusing. You run php scripts off a > > web server and not an FTP server. > > Ok ... the server I'm dealing with works for both services. > But let me re-explain the question in new terms. > > I have a bunch of php scri

Re: [PHP] upload via FTP

2004-11-09 Thread Alessandro Rosa
> That's even more confusing. You run php scripts off a > web server and not an FTP server. Ok ... the server I'm dealing with works for both services. But let me re-explain the question in new terms. I have a bunch of php scripts on a web server. I just wanted to know if it is possible to deny a

Re: [PHP] upload via FTP

2004-11-09 Thread raditha dissanayake
Alessandro Rosa wrote: Your question is not very clear. Do you mean to say you only want your FTP server to be accessible by your php scripts? If so the trick is to listen only on localhost and not on the public ip. No, only some of the scripts shall be accessible by other scripts in the FT

Re: [PHP] upload via FTP

2004-11-09 Thread Alessandro Rosa
> Your question is not very clear. Do you mean to say you only want your > FTP server to be accessible by your php scripts? If so the trick is to > listen only on localhost and not on the public ip. > No, only some of the scripts shall be accessible by other scripts in the FTP server. Alessand

Re: [PHP] upload via FTP

2004-11-08 Thread raditha dissanayake
Alessandro Rosa wrote: Dear all subscribers, I'm coding a send-mail form, also including edit boxes keeping the path of files to be uploaded from the remote host onto an FTP server. Is there the possibility (and if so, which ones) to manage FTP permissions to have a file including the variable with

[PHP] upload via FTP

2004-11-08 Thread Alessandro Rosa
Dear all subscribers, I'm coding a send-mail form, also including edit boxes keeping the path of files to be uploaded from the remote host onto an FTP server. Is there the possibility (and if so, which ones) to manage FTP permissions to have a file including the variable with ID and PSW (for FTP