EQGRP/Linux/doc
2017-04-08 16:05:14 +02:00
..
old initial commit 2017-04-08 16:05:14 +02:00
eleganteagle_opscript.1.0.0.3-i-think initial commit 2017-04-08 16:05:14 +02:00
eleganteagle_opscript.1.0.0.6 initial commit 2017-04-08 16:05:14 +02:00
nftp.1 initial commit 2017-04-08 16:05:14 +02:00
opscript.constantmove initial commit 2017-04-08 16:05:14 +02:00
README.nftp initial commit 2017-04-08 16:05:14 +02:00
strifeworld.1 initial commit 2017-04-08 16:05:14 +02:00
user.mission.CORE initial commit 2017-04-08 16:05:14 +02:00
user.mission.generic.COMMON initial commit 2017-04-08 16:05:14 +02:00
user.mission.generic.COMMON.old initial commit 2017-04-08 16:05:14 +02:00
user.tool.elatedmonkey initial commit 2017-04-08 16:05:14 +02:00
user.tool.endlessdonut initial commit 2017-04-08 16:05:14 +02:00
user.tool.epichero.COMMON initial commit 2017-04-08 16:05:14 +02:00
user.tool.excelberwick.COMMON initial commit 2017-04-08 16:05:14 +02:00
user.tool.extremeparr.COMMON initial commit 2017-04-08 16:05:14 +02:00
user.tool.shentysdelight.COMMON initial commit 2017-04-08 16:05:14 +02:00
user.tool.yellowspirit.COMMON initial commit 2017-04-08 16:05:14 +02:00

HOWTO for nftp

nftp allows plain old FTP to be used redirected through a NOPEN
connection.

Connect to a remote NOPEN server you want to redirect ftp through.
Run this command there:

	-tunnel 12121 udp


Then, in a local window:

	nftp -r NOPEN-SERVER-IP TARGETIP

where NOPEN-SERVER-IP is the IP on the NOPEN server that will be
conversing with the remote FTP server; and

TARGETIP is the ACTUAL IP of the FTP server.

Don't worry, in NOPEN redirect mode (with -r), nftp will not contact
TARGETIP directly.

NOTE: Once nftp exits, the "-tunnel" on the NOPEN server will exit.

nftp is a complete ftp client. See "man nftp.1" for complete client
details.