Connecting to a Ftp server under Ms-Dos

Last update on October 30, 2009 11:08 AM by jak58
Published by netty5

Connecting to a Ftp server under Ms-Dos






The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file.

ftp -i -s:cmd_ftp.txt



On cmd_ftp.txt go to the following line:

open ftp.kioskea.net
user MyLogin MyPassword
binary 


You will be able to select a specific port, simply by adding the port number after the server name (don't forget to leave a space between each value).

Just try it:
Start / Run / cmd /k ftp -?

For advance options, its recommended that you use the ncftp command, note that the server must be download and installed before use:

ncftp : http://www.ncftp.com/download/
Best answers for « Connecting to a Ftp server under Ms Dos » in :
[VNC] Failed to connect to server-opening ports Show [VNC] Failed to connect to server-opening port Issue Solution Issue Error message: Failed to connect to server Solution To access your computer remotely via VNC, it is necessary to open ports : 5800 5801 5900 5901 on...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
Basic MS-Dos commands ShowBasic MS-Dos commands Intro The command prompts: Intro Here is a list of basic commands that you can use in a DOS prompt (e.g. a using a boot disk). To have additional information about these commands, type /? after entering the...
VISTA ERROR: MS-DOS FUNCTION INVALID ShowVISTA ERROR: MS-DOS FUNCTION INVALID Solution When trying to delete a file, Microsoft Vista display the following error message: Copy the file - An unexpected error fails operation. Note that the error code, which can help you...
MS DOS Files and directories ShowFiles in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...
Operating Systems - Installing MS-DOS ShowInstalling MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
Introduction to DOS ShowThe development of MS-DOS MS-DOS is the most well known operating system, the most commercialised version is that of Microsoft, christened "MS-DOS" (there are other versions such as DR-DOS). MS-DOS was created in 1981 when it was used on an IBM...