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
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.
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.)
Summary: If the 2 machines are connect via network connection, I would ftp from your NT box to your solaris box and put the folders onto the machine that way or burn them to a cd, and put the cd into the solar...
Summary: Hi All, I mistakenly renamed bin folder to bini (pressing i in the file manager to search a folder installdir practice as in windows). so it changed to bini. Now i wont' able to change the name of the...
Summary: I have NT 4.0 Server. I am getting an error that says "Cannot delete: Cannot find the specified file" when I try to delete a folder that obviously is existing. Incidently this folder has NO NAME yet I...