To shut down an FTP server in Linux, you would generally use "ftpshut." The command syntax can vary slightly, so check your man pages for the correct syntax.
FTP stands for File Transfer Protocol
Try the man pages. In a terminal type man shutdown
shutdown-hnow
Linux distributions can be downloaded both through traditional HTTP / FTP downloads, as well as via BitTorrent.
wala man kmeng sibe ano kapa boba
Using the command shutdown -h 5.
Virtually all Linux distributions will accept the "halt" command. Some also have a shutdown command, though this has additional parameters and is meant mainly to shut down the system at a certain time.
You can install a ftp server like vsftpd, it's configuration is in vsftpd.conf, the text file is explanatory
shutdown -r now
Insufficient context to understand the question.If you mean the absolute path to the Linux/Unix/OS X command 'shutdown', it varies with the system, but could be something like /bin/shutdown, /usr/bin/shutdown or similar.You can normally find it by typing "whereis shutdown" in a terminal window.
Most Linux systems will have ftp available as a command line option. Try entering "man ftp" in terminal mode to make sure you have it, and to learn the various ftp commands. Typically, you will have to know the ftp site name and the user name and password assigned to you for that ftp site. You will start the ftp session by typing something like: ftp www.mysite.net At the ftp prompt, enter your user name and password, if the server requests that you sign in anonymously place "anonymous" or "ftp" in the username field and leave the password field blank. Then use the ftp commands (e.g 'ls' 'put' 'get' 'cd' 'chmod') to transfer and maintain files at your site. If you prefer a GUI interface, there may be some X Windows ftp clients available for download. Google 'ftp Linux' and see what you can find. I prefer the plain command line version. Much quicker and easier once you learn the commands.
FTP, NFS, DNS, email, and HTTP (the web browsing protocol) all rely on client server model.