Score:0

Connecting to my locally running ftp server written in golang

ug flag

I am trying to use this ftpserver on Ubuntu. I am able to start the server as in below screenshot but I don't know how to connect to it when it's running. I tried ftp [IP] command which I found online, since it is running on my laptop I used 127.0.0.1 as the IP and 2121 as port but failed to connect. If I just type ftp I get the ftp> prompt but I think it is the ftp server provided by Ubuntu and not the one I started. Please advice how to use the server.

enter image description here

waltinator avatar
it flag
Have read the `ftp` Standard (STD 0009) https://datatracker.ietf.org/doc/html/rfc0959
Score:0
cn flag
raj

From man ftp:

SYNOPSIS
     ftp [-46pinegvd] [host [port]]

So you should use ftp 127.0.0.1 2121 and not ftp 127.0.0.1:2121.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.