Topic: unix ftp commands (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: 1393 |
posted 05-05-2006 16:55
K- Not really sure where to post this... I've been delving into operating my server through SSH more and more lately, in fact I'm really starting to like it, seems to be much more powerful. Anyways, now I'm trying to do simple ftp stuff and it's kick'n my trash. I'm not having any problems connecting; just uploading. Using the put command is all I can find and it seems to work only one file at a time...? (totally could be wrong on that). It would be really cool if I could upload an entire directory, perhaps with the -r flag or something but that brings me to my next question as I can't even locate my directory... Because my lovely windows has directories named like "My Documents", I can't go C:\My Documents. I get an error saying "My", for example, doesn't exist... Anyways, obviously I'm a total newbie with this stuff so any pointers would be great, THANKS! |
Maniac (V) Inmate From: |
posted 05-05-2006 17:05
Just got started with manual ftp commands myself, I think mput for multiple put is your friend. |
Paranoid (IV) Mad Librarian From: Glieberlermany |
posted 05-05-2006 17:44
I always use ncftp when I can, which has file name autocompletion, site bookmarks and other handy things. It comes with most distributions, I think. Or else: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-05-2006 17:47
If you're starting with SSH then you may actually want to look at scp. It doesn't require the ftp server and the scp command is just like cp'ing file to another directory so you can use wildcards etc. |
Paranoid (IV) Mad Librarian From: Glieberlermany |
posted 05-05-2006 17:57
As a graphical SSH file browser and scp copier this one works pretty well: |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 05-05-2006 18:50
Redroy: From your description, I infer that you are running ftp on your windows machine and uploading files to a UNIX machine. If that is what you're doing, you can use any ftp program on your windows machine and it will connect to the UNIX machine. |
Paranoid (IV) Inmate From: 1393 |
posted 05-06-2006 00:16
Wow! Thanks everyone... this should do me more than good. The Asylum never ceases to amaze me <tear>. |