in reply to Net::FTP Help
Here is a work-around. Use Net::Telnet to start a telnet session, su to root
in that telnet session, then as root:
1) the untested version:
start an ftp session and set it to display on your terminal.
example: ftp someserver.com -display your.ip.add.ress:0.0
this may not work and you need to have a way of displaying the incoming
data. i.e. you need to be on a unix machine running Xwindows,
or have an emulator running.
2) the tested verions:
start a shell session, /usr/bin/sh for example, and display it to your
terminal. /usr/bin/sh -display your.ip.add.ress:0.0
correction=>after the shell shows up on your system, use it to ftp to your machine
same rules as above, you will need to be on a unix machine running Xwindows
or have an emulator running.
Good Luck
- cybear
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::FTP Help
by waswas-fng (Curate) on Aug 26, 2002 at 16:37 UTC | |
by cybear (Monk) on Aug 26, 2002 at 16:57 UTC | |
by RMGir (Prior) on Aug 26, 2002 at 20:28 UTC | |
by cybear (Monk) on Aug 27, 2002 at 22:21 UTC | |
by waswas-fng (Curate) on Aug 26, 2002 at 17:08 UTC | |
by cybear (Monk) on Aug 26, 2002 at 17:22 UTC |