![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File Management: How do I move all JPGS in a folder structure to a single folder? | guptaxpn | Shell Programming and Scripting | 4 | 06-11-2009 03:41 AM |
| How can I upload a zip folder on a unix path from my windows folder? | ajit.yadav83 | Windows & DOS: Issues & Discussions | 2 | 01-29-2009 08:56 AM |
| BASH complete-filename & menu-complete together | Mithu | UNIX for Dummies Questions & Answers | 0 | 01-06-2009 03:00 PM |
| Upload of the images from the folder to the Database table | shashisaini24 | UNIX for Advanced & Expert Users | 0 | 11-29-2006 06:03 AM |
| Ftp Upload Folder | roberthawke | UNIX for Advanced & Expert Users | 3 | 06-21-2002 01:19 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
It is easier to pack the directory tree into a tar ball, then send it. Windows XP and higher can open and unpack a tarball. So can any unix box.
Code:
tar -cvf mytar.tar /path/to/send/* echo " open somenode.com USER username password bin cd /somewhere put mytar.tar bye " | ftp -n > ftplog.txt |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|