473,480 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to FTP command to port 990

ddtpmyra
333 Contributor
I have this problem when I use the FileZilla and using port 990 ftp application all is good I can connect and can see the files. But now I'm try to create a batch file using dos command on my txt file is not successful.

Here's how i do it.
Expand|Select|Wrap|Line Numbers
  1. c:> ftp connect.abc.com
  2. Connected to connect.abc.om
  3. login: login123
  4. 331 Password required for login123
  5. password: 123
  6. Login password incorrect!
  7. Login failed.
  8. ftp>_
How can I tell my command to use port 990? or other way to do this.
Mar 18 '11 #1
3 10342
jonathan184
154 New Member
try this
ftp connect.abc.com:990
Dec 5 '11 #2
NeoPa
32,556 Recognized Expert Moderator MVP
Not sure where the official help is for FTP.EXE (FTP /? doesn't work unfortunately), but List of FTP commands for the Microsoft command-line FTP client should give you everything you need in that respect.

From the details of the Open command it seems entering the port# after the IP or name of the server might work. Otherwise, syntax for specifying a server is often seen where a specific port may be applied after a colon (:) as Jonathan suggested.

Good luck :-)
Jan 2 '12 #3
NeoPa
32,556 Recognized Expert Moderator MVP
It seems that /? will work with FTP.EXE as long as a (dummy) host is also supplied. Not very intuitive I grant you, but worse is that the help doesn't explain how to override the port anywhere, so it's down to trial and error I'm afriad :-(
Expand|Select|Wrap|Line Numbers
  1. FTP.EXE DUMMY /?
Jan 2 '12 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
4340
by: Keith | last post by:
I am trying to write a simple FTP client, but I am having trouble with the PORT Command. Does anyone know how to Get an IP Address and port number to establish a data port for the server to...
1
3633
by: Mike | last post by:
Sorry, don't know if this is the correct board for my question. I'm a novice so I guess I have a valid excuse My question : I'm using Visual C++ and I need to collect data from a serial port. ...
2
2195
by: Greg W. | last post by:
In our setup project, we have the standard web application folder, but we also have 4 web custom folders (virtual directories) that are created at the same level as the web application folder...
5
3792
by: Fiesta | last post by:
Hi All, I am working on a project regarding the serial COM port. I have to design my own protocol for the serial communication. In the protocol there are some bits for Read/Write, address(bank,...
25
3592
by: bmearns | last post by:
Is it possible to specify which port to use as the outbound port on a connection? I have the IP address and port number for the computer I'm trying to connect to (not listening for), but it's...
13
6162
by: Rob | last post by:
Hi all, I am fairly new to python, but not programming and embedded. I am having an issue which I believe is related to the hardware, triggered by the software read I am doing in pySerial. I...
2
5407
by: colin | last post by:
Hi, Im having a tiresome amount of trouble with using a bluetooth serial link. The receiving end is a bluetooth-rs232 module conected to my embeded system. The PC has a little usb bluetooth...
13
4473
by: Chris Carlen | last post by:
Hi: Having completed enough serial driver code for a TMS320F2812 microcontroller to talk to a terminal, I am now trying different approaches to command interpretation. I have a very simple...
1
5758
by: sdbranum | last post by:
For those who have found it impossible to get help in communicating with Wasp's WDT-2200 Barcode Scanner through a COM Port, except by using their supplied DTComm software, I am presenting what I...
0
1225
by: deepanshu bha | last post by:
It gives the following Error error: Unable to open serial port 'COM4' LastError=AccessDenied.
1
6732
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6886
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5324
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4472
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2990
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2976
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1294
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
558
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
174
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.