can we create FTP connection using command prompt with the help of IP address???
|
feedback
|
|
You've not told us your operating system, but on Windows you can use the bundled command-line utility On most Unix-based OSes, there is also a utility called | |||
|
feedback
|
|
Of course, you can use ftp.exe from the command prompt (located at For example: ftp ftp.gnu.org and ftp 140.186.70.20 both work. | |||||||||||
feedback
|
|
Most ftp clients support interactive commands, if that's what you mean. You can load the ftp program and then choose an IP destination, authenticate, and so on: $ ftp | |||
|
feedback
|