ftp in linux
Linux command FTP stands for File Transfer Protocol. It is used to file transfer to/from a remote network.
$ ftp IP/hostname
Examples:
$ ftp 192.168.5.111
ftp>
ftp> get index.html my.html
Fetching /home/linuxconcept/index.html to my.html
/home/linuxconcept/index.html 100% 6534 2.3KB/s 00:02
ftp>
ftp> put index.html
ftp> ascii
200 Type set to A.
ftp>ftp domain.com
ftp 192.168.0.1
ftp [email protected]
Also in C++:
- where is my ubuntu folder located
- github get repo size
- sed delete line with match
- how to activate administrator account in windows 10 command prompt
- merge conflict in git
- git tag from commit
- how to install pyaudio in ubuntu
- command line windows find file
- ubuntu 20 lts install node 10
- ssh config
- activate git case sensitive windows
- export github branch from one repository to another
- ubuntu system restart required
- uninstall R
- sqliteman linux
- install laravel globally mac
- bash how to convert text to lowercase or uppercase
- wsl convert to wsl2
- sed with variables in shell script
- git commit and push command
- pip install
- php artisan clear
- bootstrap angular
- rstudio find out if package is installed