Re: [PHP] File Transfer

2004-09-03 Thread raditha dissanayake
Marek Kilimajer wrote: raditha dissanayake wrote: Syed Ghouse wrote: Hi All i have to transfer files from one server to another server thru php program.will anybody tell me how to do it? PHP is not the way to do it! use SCP you don't have to write a single line of code. Don't look at FTP. even

Re: [PHP] File Transfer

2004-09-03 Thread Marek Kilimajer
raditha dissanayake wrote: Syed Ghouse wrote: Hi All i have to transfer files from one server to another server thru php program.will anybody tell me how to do it? PHP is not the way to do it! use SCP you don't have to write a single line of code. Don't look at FTP. even though the FTP rcf talks

Re: [PHP] File Transfer

2004-09-03 Thread raditha dissanayake
Syed Ghouse wrote: >Hi All > >i have to transfer files from one server to another server thru php program.will >anybody tell me how to do it? > > PHP is not the way to do it! use SCP you don't have to write a single line of code. Don't look at FTP. even though the FTP rcf talks about transferin

[PHP] File Transfer

2004-09-03 Thread Syed Ghouse
Hi All i have to transfer files from one server to another server thru php program.will anybody tell me how to do it? Regards syed

[PHP] File transfer FTP HTTP

2003-03-14 Thread Michael Steinhart
Thank you in advance to any one who may be able to help. I am looking for a way to have users be able to down load files from a site via FTP and HTTP. This sounds easy enough but here are the details. There will be a application server that users will purchase software form (Under development)

Re: [PHP] File Transfer from non-browser client using POST??

2001-04-26 Thread nik
> If I wanted to use this utility to copy a file from a users (Windows) > workstation to my (Linux) webserver, how would I do this? The program on > the users workstation will create a file called "info.txt" and place it in > c:\wow. I want it to go to my server upload.mydomain.com. How do I

Re: [PHP] File Transfer over HTTPS

2001-04-25 Thread Meir kriheli
On Wednesday 25 April 2001 01:15, Rasmus Lerdorf wrote: > > If I wanted to use this utility to copy a file from a users (Windows) > > workstation to my (Linux) webserver, how would I do this? The program on > > the users workstation will create a file called "info.txt" and place it > > in c:\wow.

RE: [PHP] File Transfer over HTTPS

2001-04-24 Thread Rasmus Lerdorf
> If I wanted to use this utility to copy a file from a users (Windows) > workstation to my (Linux) webserver, how would I do this? The program on > the users workstation will create a file called "info.txt" and place it in > c:\wow. I want it to go to my server upload.mydomain.com. How do I ge

RE: [PHP] File Transfer over HTTPS

2001-04-24 Thread Michael Conley
I get the file c:\wow\info.txt from the user to my web server over https? -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 2:45 PM To: Michael Conley Cc: '[EMAIL PROTECTED]' Subject: RE: [PHP] File Transfer over HTTPS > My goa

RE: [PHP] File Transfer over HTTPS

2001-04-24 Thread Rasmus Lerdorf
> My goal is to have someone on a Windows machine running a program be able to > transfer a file from the client workstation to my web server over HTTPS (but > without a browser). With CURL, does the client need to run this app on > their system? Of course, I would like this to be as simple and

RE: [PHP] File Transfer over HTTPS

2001-04-24 Thread Michael Conley
ed to run this app on their system? Of course, I would like this to be as simple and non-intrusive as possible. -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 2:25 PM To: Michael Conley Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP] Fil

Re: [PHP] File Transfer over HTTPS

2001-04-24 Thread Rasmus Lerdorf
> Bottom line- Is there a way that an application (not browser-based) can > transfer a file to my web server over HTTPS without going through the > browser? Can they just open a connection on port 443 and transfer? Where > does the encryption happen? I have this happening easily through a brows

[PHP] File Transfer over HTTPS

2001-04-24 Thread Michael Conley
I have an Apache Web server running on a Linux server with OpenSSL and all that good stuff. The HTTPS works just fine. Now, many software companies would like to add new features into their software so that their application (written in VB, C and who knows what other languages) can create a tex