Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

newmacuser23

macrumors member
Original poster
Aug 18, 2010
67
0
I have connected to my server through terminal and made my way to the administrator/videos directory where I want to upload the rared directory to so I type put directory name.rar and press enter and I get the following message

usage: put local-file [remote-file]

What does this mean?
 
I have connected to my server through terminal and made my way to the administrator/videos directory where I want to upload the rared directory to so I type
Code:
put directory name.rar
and press enter and I get the following message

Code:
usage: put local-file [remote-file]

What does this mean?

I put code tags around what you wrote, it seems like you have a space in your name so it interprets local-name="directory" and remote-file="name.rar". (EDIT: Either that, or you are looking for the ANY key and have not substituted <directory name.rar> for the actual name of the file you created.)

This is useful if you want to rename the file on transfer.

Rename the file to not have spaces or escape the space (backslash, double quotes).

Don't forget to make sure you are in binary mode!

B
 
Thanks yeah the spaces is what was causing the problem after sticking with the same filename just removing the spaces it is uploading fine now.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.