how to ftp something over the server? i m trying to ftp some web pages over the server to host.
i have a linux os running .
Printable View
how to ftp something over the server? i m trying to ftp some web pages over the server to host.
i have a linux os running .
myname@myserver:/home/myname> ftp your.hosting.server
Login: myaccount
Password: *******
put myfile
bye
man ftp :D
Once you are logged in, you can type 'help' to get a list of commands... then you can type 'help <command>' to see what the command does. (i.e. 'help mkdir') ... In rare cases, help may be disabled... if that is the case, google it.