Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Access FTP which is running on custom port!  (Read 3048 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
Access FTP which is running on custom port!
« on: March 10, 2014, 10:46:08 am »
Hello,

In windows Server we can we can not connect to the FTP with custom port normally (Like that Linux Server).  This article will show you how to access FTP service which is running on "2222" port.

Code: [Select]
C:\>ftp
ftp> open 10.10.10.10 2222
Connected to 10.10.10.10.
220 Microsoft FTP Service
User (168.144.130.84:(none)): chetan
331 Password required
Password:
230 User logged in.
ftp> ls
200 PORT command successful.
125 Data connection already open; Transfer starting.
aspnet_client
bkg-gry.jpg
Designer
desktop.ini
iis-8.png
iisstart.htm
msweb-brand.png
ws8-brand.png
226 Transfer complete.
ftp: 111 bytes received in 0.02Seconds 6.94Kbytes/sec.
ftp>

Thank you,

Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!