Forum Moderators: phranque

Message Too Old, No Replies

Copying Directories with FTP

         

th1chsn

4:53 pm on Oct 17, 2003 (gmt 0)

10+ Year Member



Hello, is there anyway to copy a directory using FTP? I tried mput -r * and that didn't work. I get a "not a plain file" message.

Can copying directories even be done in ftp?

Randy

txbakers

4:58 pm on Oct 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I believe you can copy directories if permission was granted at the server to do that.

coopster

5:00 pm on Oct 17, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I have copied contents of directories down to my pc:

lcd localpath/localsubdir
mget /serverpath/serversubdir/*