All of lore.kernel.org
 help / color / mirror / Atom feed
From: CoMiKe <oldmike@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] interesting tftp experiments
Date: Tue, 28 Jun 2005 12:46:51 +0200	[thread overview]
Message-ID: <eac4344e05062803463f57b13f@mail.gmail.com> (raw)

> since I was able on a windows host to connect (but no transfer)
> on a ftp server over slirp, I thought I could do the same:
> over slirp, connect to a true tftp server, not the layer provided
> in slirp/tftp.c

Hi!

I've never got problems connecting to an FTP server placed on my host computer.

Probably your problem is a port problem.
You have to options:

- If connecting on PORT mode in your FTP client, port 20 should be
redirected to your QEmu session through the -redir option.
- If you use passive mode on your FTP client (PASV) you don't need to
redirect any ports to QEmu, because in passive mode, the server is the
one that opens the port for data communication.

I'm using an small FTP server for Windows (SlimFTPd,
http://www.whitsoftdev.com/slimftpd/). It has an Apache like config
file, and total size is 51 Kb. It supports both PORT and PASV mode.

Probably you already knew about all this FTP topics, excuse me in that case.

Best Regards.
CoMiKe

             reply	other threads:[~2005-06-28 10:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-28 10:46 CoMiKe [this message]
2005-06-28 11:40 ` [Qemu-devel] interesting tftp experiments Christian MICHON
2005-06-29 23:43 ` Henrik Nordstrom
  -- strict thread matches above, loose matches on Subject: below --
2005-06-27 14:25 Christian MICHON
2005-06-29 23:45 ` Henrik Nordstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eac4344e05062803463f57b13f@mail.gmail.com \
    --to=oldmike@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.