Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ftp permission

Re: ftp permission

From: Mladen Gogala <mgogala_at_verizon.net>
Date: Mon, 25 Sep 2006 21:42:32 -0400
Message-id: <1159234952l.4067l.0l@medo.noip.com>

On 09/25/2006 09:26:46 PM, Mark Brinsmead wrote:

>
> Have you tried SCP instead? That usually works "out-of-the-box".

Of course, for the ftp lovers, there is sftp which also works through sshd, but presents an ftp-like interface to the user:

$ sftp localhost
Connecting to localhost...
mgogala_at_localhost's password:

sftp> cd tmp
sftp> lcd /tmp
sftp> mget *.php
Fetching /home/mgogala/tmp/figure3.php to figure3.php
/home/mgogala/tmp/figure3.php                 100% 1078     1.1KB/s   00:00
Fetching /home/mgogala/tmp/pdo_test.php to pdo_test.php
/home/mgogala/tmp/pdo_test.php                100% 1049     1.0KB/s   00:00
Fetching /home/mgogala/tmp/pdo_test1.php to pdo_test1.php
/home/mgogala/tmp/pdo_test1.php               100%  768     0.8KB/s   00:00
sftp> bye

Of course, there are some differences. For instance, the "prompt" command is not recognized. Nevertheless, all true faithful will use sftp and ssh instead of ftp, telnet and rsh.

-- 
Mladen Gogala
http://www.mladen-gogala.com

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Sep 25 2006 - 20:42:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US