Re: [PHP] SSH file transfers

2001-01-23 Thread Jirka Kosek
Kyle Jerviss wrote: > Yeek! Not quite what I meant. I don't think that web servers have any > business being on windows boxes. I was wondering if there were a way to > upload using something like scp from a windows (or other) browser to a > unix server. There is a nice program WinSCP at http:

Re: [PHP] SSH file transfers

2001-01-11 Thread Rouvas Stathis
Try pscp from putty : -Stathis. Kyle Jerviss wrote: > > Yeek! Not quite what I meant. I don't think that web servers have any > business being on windows boxes. I was wondering if there were a way to > upload using something like scp fr

RE: [PHP] SSH file transfers

2001-01-11 Thread Sam Leibowitz
To my knowledge, there's no way to make a browser do SCP without coming up with a custom plugin, which isn't likely to be within the scope of stuff you're willing to take on. Fortunately, someone else has done it for you. F-Secure SSH is an SSH terminal client that includes tunneling and file t

Re: [PHP] SSH file transfers

2001-01-10 Thread Kyle Jerviss
Yeek! Not quite what I meant. I don't think that web servers have any business being on windows boxes. I was wondering if there were a way to upload using something like scp from a windows (or other) browser to a unix server. bard wrote: > > the people who make putty (my favorite ssh client f

Re: [PHP] SSH file transfers

2001-01-10 Thread bard
the people who make putty (my favorite ssh client for windows) also make a command line scp program. this could be included as an exec() in a script I would think... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [PHP] SSH file transfers

2001-01-10 Thread Kyle Jerviss
jeremy brand wrote: > > > How can I upload / download files using SSH through PHP? > > Use scp. > > I built a rather complex document system that is more > than I want to mention for this topic, but... > > > Has anyone ever did it before? > > Yes. You can run "any" program from php. Just us

Re: [PHP] SSH file transfers

2001-01-10 Thread Alex Black
t;Nando2") > Newsgroups: php.general > Date: 5 Jan 2001 16:40:09 -0800 > Subject: [PHP] SSH file transfers > > Hello Everybody, > > I need to do upload and download with php but I didn't want to have a FTP > server running on one of my linux servers since it is unsecure. &g