answersLogoWhite

0

Check the server has passive ftp enabled.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the listening port for the Windows XP Remote Desktop?

By default the server listens on TCP port 3389 http://en.wikipedia.org/wiki/Remote_Desktop_Protocol . It can be configured to use different ports. If you are having problems connecting to some host, it might be possible that the host is behind a router and those ports are blocked. you can use : http://portforward.com/help/portcheck.htm to see if the port is open


How do you solve error connecting server?

The connection to server requires the port number to which you want to connect to. Port serve as gates in the server which has a unique number, by which you can enter into the server. There are several ports and several ways to connect to the server. You should check out this list of port numbers and way to connect to them. http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers ------------------ Wanna be Computer Geek Subscribe to my blog: http://techcone.blogspot.com/


What is the purpose of TCP or UDP port?

1) On the server side, to distinguish different applications. Thus, if the server (the server computer) receives a data packet for port 80, it will usually be forwarded to the Web server; but if it receives a data packet for port 21, it will be forwared to the FTP server. 2) On the client side, to distinguish different conversations. For example, if the browser accesses two files from the same Web server at the same time, the first file might be assigned, for example, port 1024 (for the sending port; the receiving port will be 80), while the next file might be assigned port 1025. When a data packet is sent back for port 1025, in this example the browser knows that it is for the second file.


What port server does Telnet server listen on?

Port 23


Why doesnt RustClient v19.12.2013 connect to the server?

There could be several reasons why RustClient v19.12.2013 isn't connecting to the server. Common issues include network connectivity problems, incorrect server address or port, or the server being down or incompatible with that version of the client. Additionally, firewall settings or outdated client configurations may also prevent a successful connection. Checking these factors can help identify the root cause.


What are the issues with connecting Outlook from a remote computer to your mailbox?

RPC over HTTP should be enabled. Firewall/Server port 80,443 should be open.


Is a USB computer related topic?

Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.Yes. It is a port for connecting computers and doing other things like storage.


The ports for server-to-server communication and CMC ports?

port 2512 for server-to-server directed communications and port 2513 for CMC


What is a port-server?

A port is a communications endpoint on a computer, referred to as a host. A port-server operates on a specific port number of a specific port for communication.


What is a port server?

A port is a communications endpoint on a computer, referred to as a host. A port-server operates on a specific port number of a specific port for communication.


What is known as a port?

In computer science, a port is a number - commonly used in the TCP and UDP protocols - used to distinguish different applications on a computer. Ports are also used to distinguish different data flows on one computer. For example, if I connect to a Web server, the destination port will be port #80 - that way, the destination computer knows that the data should go to the Web server, and not to some other application. And the origin port might be, for example, port #1024 for one file I get from the server, and port #1025 for another file I get from the same server.In computer science, a port is a number - commonly used in the TCP and UDP protocols - used to distinguish different applications on a computer. Ports are also used to distinguish different data flows on one computer. For example, if I connect to a Web server, the destination port will be port #80 - that way, the destination computer knows that the data should go to the Web server, and not to some other application. And the origin port might be, for example, port #1024 for one file I get from the server, and port #1025 for another file I get from the same server.In computer science, a port is a number - commonly used in the TCP and UDP protocols - used to distinguish different applications on a computer. Ports are also used to distinguish different data flows on one computer. For example, if I connect to a Web server, the destination port will be port #80 - that way, the destination computer knows that the data should go to the Web server, and not to some other application. And the origin port might be, for example, port #1024 for one file I get from the server, and port #1025 for another file I get from the same server.In computer science, a port is a number - commonly used in the TCP and UDP protocols - used to distinguish different applications on a computer. Ports are also used to distinguish different data flows on one computer. For example, if I connect to a Web server, the destination port will be port #80 - that way, the destination computer knows that the data should go to the Web server, and not to some other application. And the origin port might be, for example, port #1024 for one file I get from the server, and port #1025 for another file I get from the same server.


Provide 2 significance of port numbers in network communication?

At the server, the port numbers distinguish different services - the server can distinguish which of the messages it receives should be sent to the FTP server, which to the DNS server, to the WWW server, etc. For example, communication with a Web server would typically use port 80.At the client side, the port numbers distinguish different communications. For example, if I open 3 Web pages in my browser, and communicate with the same Web server, the destination port would of course be 80, but the origin port might be three different numbers such as 1024, 1025, 1026. Then, when the server sends the reply back, my browser knows to which file each incoming packet should be added.