Computing.Net > Forums > Solaris > FTPing a Folder and Sub folders

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

FTPing a Folder and Sub folders

Reply to Message Icon

Name: bumpskir
Date: February 12, 2004 at 18:19:38 Pacific
OS: Win2kServer,XP,Red Hat 9,
Comment:

Hi All, does anyone know what the command is to ftp a entire folder and all it's sub folders from one Ultra 10 to another. Can can't zip and ftp because there is not enough room on the source machine.

Thanks for you time,

Billd.
http://www.sellmysmallbiz.com
http://www.buyasmallbiz.com



Sponsored Link
Ads by Google

Response Number 1
Name: fpmurphy
Date: February 13, 2004 at 06:52:43 Pacific
Reply:

ftp by itself does not support recursive
ftp'ing of subdirectories. You could
write an ftp script to do what you want, use
an ftp macro, or use other utilities such
as rcp.


0

Response Number 2
Name: cbailey33
Date: February 13, 2004 at 14:48:38 Pacific
Reply:

If the number of files that you need is
small I would recommend using:
ftp -i <hostname>
The command:
mget *
would get everything in the directory
without confirmation from you.
If you would like to confirm each
transfer just omit the -i switch.


0

Response Number 3
Name: jonobr
Date: February 17, 2004 at 23:52:47 Pacific
Reply:

Hello


Is it feasible to tar up the "folder"?? in question and ftp the tar file?



0

Response Number 4
Name: fpmurphy
Date: February 23, 2004 at 13:49:19 Pacific
Reply:

>Is it feasible to tar up the "folder"?? in >question and ftp the tar file?

Yes, that is possible, and is typically
how it is done.

You might also want to try the recursive
ftp script that is available on www.unix.com
under the UNIX Forums/Shell Programming and
Scripting Q&A. (I have not tried it myself.)

-F


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: FTPing a Folder and Sub folders

copying folders from NT to solaris www.computing.net/answers/solaris/copying-folders-from-nt-to-solaris/1480.html

Rename bin folder in Solaris 9 www.computing.net/answers/solaris/rename-bin-folder-in-solaris-9/4857.html

NT 4.0 Cannot delete a file www.computing.net/answers/solaris/nt-40-cannot-delete-a-file/781.html