|
|
#1 |
|
FTP through Terminal ?
i would like to learn how to FTP through the Terminal..
what are the commands to do this.. ? thanks. |
|
|
|
0
|
|
|
#2 |
|
Type "man ftp" in Terminal.
|
|
|
|
1
|
|
|
#3 |
|
ok, then what ?
|
|
|
|
0
|
|
|
#5 |
|
Alternatively, you can type "ftp" in at the command line, then use the "?" command to display a list of all available commands.
__________________
"Simplicity is the ultimate sophistication." |
|
|
|
0
|
|
|
#6 |
|
Why not just use something like Cyberduck?
Sure, you can do it through the terminal, but why would you want to? It's a pain in the ass if you ask me.
__________________
"It is just that heavy metal musicians write in minor keys, and when you do that, you frighten people." - Ronnie James Dio (RIP) Flickr |
|
|
|
-1
|
|
|
#7 |
|
Its so much easier in my book, usually faster too if you know what you are looking for.
__________________
The future ain't what it used to be. |
|
|
|
1
|
|
|
#8 |
|
I prefer "lftp" now. While "ftp" come standard of every computer yo have to hunt down lftp but it gives you syntax very much like the csh shell. It has bash-like history, comand completion and so on. feature wise it adds two things I use (1) A "mirror" command to move entrire directory trees and (2) multiple transfers in parallel. lftp can also access http servers so yu can hve the same comand line access to files on web servers as on ftp servers. Using the mirror command on a directory is a quick way to pull down a local copy of a web site even if you don't have FTp access to it.
But the Mac has an FTP file system built in does not not? So any normal commands on local files should work on remote FTP servers too. |
|
|
|
0
|
|
|
#9 |
|
|
0
|
|
|
#10 |
|
To fab5freddy:
Isn't it funny that people won't simply answer the question? I know: "Teach a man to fish". But just give the dang answer, OK? Yes, I know it's too old, but someone has to stand up to these "Look it up" answers. It seems pedantic and pompous. |
|
|
|
-8
|
|
|
#11 | |
|
Quote:
|
||
|
|
4
|
|
|
#12 |
|
New question under same topic:
I'm teaching myself bash, ftp, ssh, etc. I have been able to ftp various servers and 'get' and 'put' test files. My hang up is trying to connect to another computer. I have been testing my skills on my gf mac. I have done all i know to do to ensure that both computers and connect. i.e. turning off the firewall, enabling passive ftp, checking remote manage/login. But when i try to connect, it tries, and the times out. ideas? |
|
|
|
0
|
|
|
#13 | |
|
Quote:
__________________
Mr. Paul, sir, I thought you should be advised, there seems to be a zombie tribble clinging to your head, for it is scarfing your brain
|
||
|
|
0
|
|
|
#14 |
|
Do you have any devices doing network address translation (NAT) between the computers, for example, an ADSL modem?
Is the IP address of either host a private IP address? |
|
|
|
0
|
|
|
#15 | |
|
Quote:
And as for the IP, i have tried both. One was a personal address like you would set up on a LAN. the other i got from "whatismyip." same result from both. A time out. @Sydde: Good call. I had remote login and management checked, but i don't believe Web sharing was. I'll try that on my next attempt. |
||
|
|
0
|
|
|
#16 |
|
What are you actually trying to do, login to a remote computer or have your computer accept remote logins?
The computer you are trying to login to must obviously run a ftp or (sfpt) server, or you will time out with no response. |
|
|
|
0
|
|
|
#17 |
|
You may be interested in learning about 'curl' as well, or in instead.
|
|
|
|
0
|
|
|
#18 | |
|
Quote:
Assuming you only want to connect from your computer to her computer (and not vice-versa), you will need to setup port forwarding on her router so that FTP connections to her public IP addresses are forwarded across her router to her local private IP address. |
||
|
|
0
|
|
|
#19 |
|
In the mean time, try to connect to a public anonymous ftp to confirm. For example:
Code:
ftp -a ftp.freebsd.org Or as jiminaus mentioned your NAT is preventing you from connect to port 21, enable port forwarding. |
|
|
|
0
|
|
|
#20 | |
|
Quote:
To enable the FTP server, select File Sharing, click the Options button, and check "Share flies and floders using FTP". Then when you check File Sharing, it will start the FTP server daemon. (These instructions are for 10.5 or 10.6; it may differ for 10.7 (not tried), and definitely differs for 10.4 (which has a separate "FTP Access" item).) You can check that FTP is being served using a program like CyberDuck or Transmit. Or use the ftp command-line on the localhost. Or use the 'curl' command with an ftp: URL. Or use the ftp command-line from another computer on the same network (e.g. you're at your gf's place and connected to her network). You must use the private-network address, not the public-internet address. Or get Bonjour Browser.app (google it) and see if it sees the FTP service being advertised by the computer where you turned on FTP file sharing. |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| FTPS (with TLS) from command line | brijazz | Mac OS X | 0 | Jun 22, 2011 07:00 AM |
| problem trying to upload a folder via ftp in terminal. | newmacuser23 | Mac OS X | 2 | Jan 5, 2011 10:01 AM |
| trouble using ftp in terminal | macman2790 | Mac Applications and Mac App Store | 2 | Aug 3, 2007 02:00 PM |
| FTP from Terminal question | larswik | Mac Programming | 4 | Sep 12, 2006 09:55 PM |
| OSX have build in FTP under terminal | SLJ | Mac OS X | 3 | Jun 25, 2006 07:03 AM |
All times are GMT -5. The time now is 01:28 PM.









Linear Mode

