|
#1
| |||
| |||
|
I've tried to transfer files to another system over a PPP link and every method fails. Inbound transfers work fine. command line ftp hangs... copying to mac.com using iDisk hangs... copying to a site using Transmit hangs... Isn't anyone else having this problem? Gary... |
|
#2
| ||||
| ||||
|
the problem is most likely with your ppp connection then. idisk has nothing to do with ftp
|
|
#3
| |||
| |||
|
Fair enough. However, this problem only occurs in OS X. No problem connecting to the same service provider in 9.0.4. Interestingly, these processes either time out or hang. But I can continue browsing and can start new sessions and transfer small files. Still sounds like an OS X issue to me. Quote:
|
|
#4
| |||
| |||
|
This is an OS X issue, so far as I can tell. Uploading any large segment of data over a dialup connection dies. Extremely frustrating. Anyone know of even just a reason why the heck this happens? |
|
#5
| ||||
| ||||
|
This may or may not be the same problem I was having. I am using ADSL, though it would be the same with any connection. This would be a problem if you have turned on your firewall, say using brickhouse. The problem is that ftp opens a port for data transfer on the client machine, and the server machine connects to it. If your firewall is blocking that port, then of course it won't work. You have to use "passive mode" ftp, where the port is opened on the server, and the client connects to it. You can do this with command-line ftp by issuing "passive" as the first command after connecting to a server. If you use wget, you can invoke it as "wget --passive-ftp ftp://ser.ver/path/to/file" Almost all ftp servers are capable of doing passive mode ftp. |
|
#6
| |||
| |||
|
No, this is not a passive/firewall issue. The transfer starts, but dies after up to 120k. So far as I can tell this effects all protocols/services. Uploading small amounts of data works, such as GET requests for web pages, but any large block (at a guess, 20k+) fails. I smell a rat in PPP Connect....
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OSX April Update - webserver, ftp now broken | jasonbarak | Mac OS X System & Mac Software | 6 | April 7th, 2002 09:52 PM |
| Getting /etc/motd to show with ftpd | new32 | Mac OS X System & Mac Software | 4 | October 8th, 2001 11:54 AM |
| enabling anonymous ftp [tutorial] | vertigo | Mac OS X System & Mac Software | 2 | July 28th, 2001 01:20 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 |