Re: An ftp question

2007-01-16 Thread Guillermo Garron
On 1/16/07, Raffaele Morelli <[EMAIL PROTECTED]> wrote: Hi you all. Maybe this is a little bit be off topic, but I googled around and did not found an answer. I wanna move some files from one dir to another on the same host and I have no ssh access to this host. Can I do it with ftp? and if no

Re: An ftp question

2007-01-16 Thread David Jardine
On Tue, Jan 16, 2007 at 02:17:55PM +0100, Raffaele Morelli wrote: > [...] > I wanna move some files from one dir to another on the same host and I have > no ssh access to this host. > > Can I do it with ftp? and if not, is there any tool like ftp which can > accomplish this task? With ftp the "

Re: An ftp question

2007-01-16 Thread Raffaele Morelli
Ok, I will try the 'rename' command for the job. Thank you all for helping regards raffaele

Re: An ftp question

2007-01-16 Thread Jasper
Op di, 16-01-2007 te 15:46 +0100, schreef Raffaele Morelli: > > Do you mean to say that you cannot even login to that machine > (telnet, > rsh, rlogin, ssh) > > No, I don't... only ftp access, the server it's not my property. > > I said this clearly ...or at least I t

Re: An ftp question

2007-01-16 Thread Raghu Kodali
On Tue, 2007-01-16 at 14:17 +0100, Raffaele Morelli wrote: > Hi you all. > > Maybe this is a little bit be off topic, but I googled around and did > not found an answer. > > I wanna move some files from one dir to another on the same host and I > have no ssh access to this host. Do you mean to s

Re: An ftp question

2007-01-16 Thread Raffaele Morelli
Do you mean to say that you cannot even login to that machine (telnet, rsh, rlogin, ssh) No, I don't... only ftp access, the server it's not my property. I said this clearly ...or at least I thought I did. regards raffaele

Re: An ftp question

2007-01-16 Thread Raffaele Morelli
Basically: "mv somefile /another/location/" or "cp somefile /another/location/" Or many other variations that are available, from the man pages of these programs. I know what mv and cp are. I have done these commands with satisfactorily success either the host being

Re: An ftp question

2007-01-16 Thread Greg Folkert
On Tue, 2007-01-16 at 14:48 +0100, Raffaele Morelli wrote: > > Why you need to move these files via FTP? The mv/cp command > can help you. > > cp/mv ??? I am not really a guru... neverthless not a newbie > > My host is 300km far away. What he means is, use the cp (copy) or mv (m

Re: An ftp question

2007-01-16 Thread Raffaele Morelli
Why you need to move these files via FTP? The mv/cp command can help you. cp/mv ??? I am not really a guru... neverthless not a newbie My host is 300km far away.

Re: An ftp question

2007-01-16 Thread Murilo Opsfelder Araújo
On 1/16/07, Raffaele Morelli <[EMAIL PROTECTED]> wrote: Hi you all. Maybe this is a little bit be off topic, but I googled around and did not found an answer. I wanna move some files from one dir to another on the same host and I have no ssh access to this host. Why you need to move these fil

An ftp question

2007-01-16 Thread Raffaele Morelli
Hi you all. Maybe this is a little bit be off topic, but I googled around and did not found an answer. I wanna move some files from one dir to another on the same host and I have no ssh access to this host. Can I do it with ftp? and if not, is there any tool like ftp which can accomplish this t

Re: ftp question

2004-12-07 Thread Kamaraju Kusumanchi
On Fri, 3 Dec 2004 11:34:34 -0500 (EST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How do you transfer an entire directory using ftp? The directory that I'm > trying to transfer has a lot of "subdirectories" in it. These directories > also have several types of files in them... ie.. text, vi

Re: ftp question

2004-12-04 Thread Sam Watkins
On Fri, Dec 03, 2004 at 11:34:34AM -0500, [EMAIL PROTECTED] wrote: > How do you transfer an entire directory using ftp? The directory that I'm > trying to transfer has a lot of "subdirectories" in it. These directories > also have several types of files in them... ie.. text, video, wav, mp3, > et

Re: ftp question

2004-12-03 Thread Ron Johnson
On Fri, 2004-12-03 at 11:34 -0500, [EMAIL PROTECTED] wrote: > How do you transfer an entire directory using ftp? The directory that I'm > trying to transfer has a lot of "subdirectories" in it. These directories > also have several types of files in them... ie.. text, video, wav, mp3, > etc. The

Re: ftp question

2004-12-03 Thread messmate
On Fri, 3 Dec 2004 12:31:15 -0800 Paul Johnson <[EMAIL PROTECTED]> wrote: >On Friday 03 December 2004 8:34 am, [EMAIL PROTECTED] wrote: > >> How do you transfer an entire directory using ftp? The directory that >> I'm trying to transfer has a lot of "subdirectories" in it. These >> directories al

Re: ftp question

2004-12-03 Thread Paul Johnson
On Friday 03 December 2004 8:34 am, [EMAIL PROTECTED] wrote: > How do you transfer an entire directory using ftp? The directory that > I'm trying to transfer has a lot of "subdirectories" in it. These > directories also have several types of files in them... ie.. text, > video, wav, mp3, etc.

Re: ftp question

2004-12-03 Thread Raquel Rice
On Fri, 3 Dec 2004 13:41:15 -0500 Kevin Murphy <[EMAIL PROTECTED]> wrote: > On Dec 3, 2004, at 11:34 AM, [EMAIL PROTECTED] wrote: > > How do you transfer an entire directory using ftp? The > > directory that I'm > > trying to transfer has a lot of "subdirectories" in it. > > If you are just talk

Re: ftp question

2004-12-03 Thread Kevin Murphy
On Dec 3, 2004, at 11:34 AM, [EMAIL PROTECTED] wrote: How do you transfer an entire directory using ftp? The directory that I'm trying to transfer has a lot of "subdirectories" in it. If you are just talking about _retrieving_ a directory tree via ftp I use wget ('man wget'). I don't know w

Re: ftp question

2004-12-03 Thread Adam Aube
Michael Marsh wrote: > On Fri, 3 Dec 2004 11:34:34 -0500 (EST), [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> How do you transfer an entire directory using ftp? > If possible, use scp instead. Or sftp, which provides the same interface as an ftp client. Adam -- To UNSUBSCRIBE, email to [

Re: ftp question

2004-12-03 Thread Harland Christofferson
At Friday, 3 December 2004, Michael Marsh <[EMAIL PROTECTED] com> wrote: >On Fri, 3 Dec 2004 11:34:34 -0500 (EST), [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: >> How do you transfer an entire directory using ftp? The directory that I'm >> trying to transfer has a lot of "subdirectories" in it.

Re: ftp question

2004-12-03 Thread Michael Marsh
On Fri, 3 Dec 2004 11:34:34 -0500 (EST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How do you transfer an entire directory using ftp? The directory that I'm > trying to transfer has a lot of "subdirectories" in it. These directories > also have several types of files in them... ie.. text, vi

ftp question

2004-12-03 Thread disciple
How do you transfer an entire directory using ftp? The directory that I'm trying to transfer has a lot of "subdirectories" in it. These directories also have several types of files in them... ie.. text, video, wav, mp3, etc. Thanks everyone... :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Really easy FTP question

2001-03-21 Thread kmself
on Tue, Mar 20, 2001 at 09:22:45PM -0800, Matheson Cameron ([EMAIL PROTECTED]) wrote: > Hey, > > I have a *really* easy question about FTP. How do I > enable it? I'm pretty sure It's not enabled as I read > that it's insecure (I want to use oftpd eventually), > and it doesn't work. Is their a

Re: Really easy FTP question

2001-03-20 Thread Jason Majors
Look in /etc/inetd.conf for a line like this: ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu-ftpd -l If it's commented, uncomment it then run /etc/init.d/inetd restart You should have an ftp server. If that line wasn't commented, then your inetd isn't running. To enable it make sure i

Really easy FTP question

2001-03-20 Thread Matheson Cameron
Hey, I have a *really* easy question about FTP. How do I enable it? I'm pretty sure It's not enabled as I read that it's insecure (I want to use oftpd eventually), and it doesn't work. Is their a file I need to edit (does it matter that I'm behind a proxy?). Thanks, Cameron Matheson Why isn't

Really easy FTP question

2001-03-20 Thread Matheson Cameron
Hey, I have a *really* easy question about FTP. How do I enable it? I'm pretty sure It's not enabled as I read that it's insecure (I want to use oftpd eventually), and it doesn't work. Is their a file I need to edit (does it matter that I'm behind a proxy?). Thanks, Cameron Matheson Why isn't

Re: FTP Question

2001-02-24 Thread Christopher W. Aiken
I feel so stupid. Next time I'll do my homework a little better. Thanks Martin Würtele. I didn't know that there was a "scp" command for secure copies. Works OK. Thanks Carel Fellinger. Your response got me thinking, and after checking, I don't have a "fptd" installed!! I installed "profptd"

Re: FTP Question

2001-02-24 Thread Carel Fellinger
On Sat, Feb 24, 2001 at 03:21:30PM -0500, Christopher W. Aiken wrote: > > On Sat, 24 Feb 2001, Martin Würtele wrote: > > ->On Sat, Feb 24, 2001 at 01:52:41PM -0500, Christopher W. Aiken wrote: > ->> > ->> Due to my office firewall and office policies I can not > ->> FTP files to my office PC. Ho

Re: FTP Question

2001-02-24 Thread Christopher W. Aiken
On Sat, 24 Feb 2001, Martin Würtele wrote: ->On Sat, Feb 24, 2001 at 01:52:41PM -0500, Christopher W. Aiken wrote: ->> ->> Due to my office firewall and office policies I can not ->> FTP files to my office PC. However I can ssh into my ->> office and then "rlogin" to my office PC. At that point

Re: FTP Question

2001-02-24 Thread Martin Würtele
On Sat, Feb 24, 2001 at 01:52:41PM -0500, Christopher W. Aiken wrote: > > Due to my office firewall and office policies I can not > FTP files to my office PC. However I can ssh into my > office and then "rlogin" to my office PC. At that point > I can use the IP address assigned to me by my ISP (

FTP Question

2001-02-24 Thread Christopher W. Aiken
Due to my office firewall and office policies I can not FTP files to my office PC. However I can ssh into my office and then "rlogin" to my office PC. At that point I can use the IP address assigned to me by my ISP (info from the ifconfig command )and FTP back to my home. The problem is when I

Re: dselect-ftp Question

1998-04-07 Thread Fabien Ninoles
On Mon, Apr 06, 1998 at 11:20:05AM -0600, Fulgham, Brent/SCO wrote: > Is there a way to configure dselect-ftp to automatically retry > downloading packages during an FTP error? > > For example, this weekend I did an install of hamm(frozen) using > dselect-ftp. Before bed I started thi

dselect-ftp Question

1998-04-06 Thread Fulgham, Brent/SCO
Is there a way to configure dselect-ftp to automatically retry downloading packages during an FTP error? For example, this weekend I did an install of hamm(frozen) using dselect-ftp. Before bed I started things rolling, then went to sleep hoping I would have a whole distribution w

Re: ftp question

1997-11-30 Thread Paul Tanner
On Fri, 28 Nov 1997, Nathan E Norman wrote: > On Fri, 28 Nov 1997, Paul Tanner wrote: > > : Since my ISP upgraded to x2 56K I have been unable to ftp several sites > : (including ftp.debian.org) However I can ftp , for example, > prep.ai.mit.edu . > : > : The ISP's old 33.6 system is availab

Re: ftp question

1997-11-28 Thread Nathan E Norman
On Fri, 28 Nov 1997, Paul Tanner wrote: : Since my ISP upgraded to x2 56K I have been unable to ftp several sites : (including ftp.debian.org) However I can ftp , for example, prep.ai.mit.edu . : : The ISP's old 33.6 system is available, as before, using the old phone : number. (x2 was installed

ftp question

1997-11-28 Thread Paul Tanner
Since my ISP upgraded to x2 56K I have been unable to ftp several sites (including ftp.debian.org) However I can ftp , for example, prep.ai.mit.edu . The ISP's old 33.6 system is available, as before, using the old phone number. (x2 was installed on a new phone number) After a failed attempt at f