|
#1
| |||
| |||
| I find it pretty darn amazing that both ncftp and ftp that come on 10.0 do not have a simple -R for the put command.... ftp`ing via the cli is useless to me with out that.... So I was wondering if anyone knew if either ncftp has been updated or if there was another cli ftp app that had recursive put and get features that I could in-plant on my system ![]() |
|
#2
| |||
| |||
| ncftp on my install claims to be version NcFTP 2.4.3 (March 19, 1998), by Mike Gleason. At work we have Program version: NcFTP 3.0.1/448 March 27 2000, 04:39 PM Try going to ncftp.com to get a newer version and compile. Mike |
|
#3
| |||
| |||
| Well, I downloaded the source code ... he he.... But I have never compiled anything other than a REALBasic app ![]() any suggestions ? |
|
#4
| |||
| |||
| (read the bottom first, this may not be needed) Ok, step by step.. gunzip ncftp-3.0.3-src.tar.gz tar -xpf ncftp-3.0.3-src.tar cd ncftp-3.0.3-src ./configure make It says it ended with errors, so on a whim I also did bsdmake (not sure if that is standard install tho) it also says it ended with errors, but... I noticed that in the bin directory it did compile ncftp... so then I did sudo make install (type in your admin pwd) rehash which ncftp and now type ncftp and it comes up 3.0.3. man ncftp and you'll see how to do recursive operations. Actually my man page still says 2.4.3 and says it does recursive gets, I think I've done recursive puts as well, but not sure. Maybe you didn't need to do all this :-) Mike |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Favourite CLI ftp client? | michaelsanford | Unix & X11 | 5 | May 21st, 2003 01:59 PM |
| Where's the CLI md5 option gone? | bighairydog | Unix & X11 | 3 | May 16th, 2003 05:54 PM |
| Getting /etc/motd to show with ftpd | new32 | Mac OS X System & Mac Software | 4 | October 8th, 2001 11:54 AM |
| best FTP client? | HyperLiteG4 | Mac OS X System & Mac Software | 16 | June 26th, 2001 08:00 PM |
| Anonymous FTP | The DJ | Mac OS X System & Mac Software | 5 | January 16th, 2001 12:31 PM |