|
#1
| |||
| |||
| I have an iBook with OS X 10.0.4, and would like to use the command-line ftp for uploading files to an internet server. Unfortunately, although an internet connection is established with Internet Connect, when I run ftp at the command line and enter the "status" command, it reports "Not connected". Fetch and wget both work fine. What's wrong with ftp? Thanks in advance for any help. |
|
#2
| |||
| |||
| How exactly are you running ftp? The typical way is to do something like, ftp ftp.myserver.com which should result in something like Code: Connected to ftp.myserver.com. 220 ftp FTP server (SunOS 5.6) ready. Name (ftp:blb): |
|
#3
| |||
| |||
| I was using this syntax: ftp http:// www.mydomain.com/ -- which produced an "unknown host" response. I've just succeeded by doing this instead: ftp www.mydomain.com I guess the problem was just that I was using the http:// or ftp:// suffixes, which are supported according to the documentation displayed by "man ftp". Maybe the "man" info doesn't correspond to the version of ftp actually included with OS X, or I just don't understand it. Anyway, it works fine now. Thanks for your help! |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internet Connect dialup problem | ojabile | Mac OS X System & Mac Software | 0 | November 10th, 2003 05:45 PM |
| Thank God the Witch Is Dead | Veljo | Mac OS X System & Mac Software | 2 | June 27th, 2003 05:51 PM |
| Command line ftp? | Mac Osxtopus | Unix & X11 | 5 | August 27th, 2002 08:55 AM |
| Why is OS X trying to connect to internet? | west | Mac OS X System & Mac Software | 3 | December 28th, 2001 12:49 AM |
| It's possible connect to FTP server using Finder? | lelereb | Mac OS X System & Mac Software | 3 | October 19th, 2001 05:59 PM |