On 8 Jan 2015, at 04:03, Johnny Billquist <bqt at softjar.se> wrote:
Thanks. (I doubt the VMS ftp server would care about NAT, it's not something the system behind a NAT knows or should care about. It's the NAT router who have to do all the work...)
IIRC unless the FTP server is working is "Passive Mode" port 21 is used just for control, and the server opens a random high-numbered port to which the client connects and the data is transferred over that - so that's where NAT'ing gets in the way.
I have no need for FTP on my boxes (I prefer Kermit) so haven't tried particularly hard to get around this problem.
sampsa
Thanks. (I doubt the VMS ftp server would care about NAT, it's not something the system behind a NAT knows or should care about. It's the NAT router who have to do all the work...)
Aha. Interesting output. That was sortof what I had a vague memory remembering it looking like. Now I need to decide if I want to do it similar.
Do people think file protection (for example) is useful to see? What about owner? I certainly have the information available, but I have not displayed it so far.
Johnny
On 2015-01-08 02:50, Sampsa Laine wrote:
So I opened port 21 on my router but I don't think the OpenVMS 7.3 UCX FTP server likes being behind NAT'd routers.
But here's some sample output I took from a simple DIR command:
kermit at gorilla:~$ ftp gorvax
Connected to gorvax.
220 gorvax.inside.sampsa.com FTP Server (Version 5.1) Ready.
Name (gorvax:kermit): bqt
331 Username bqt requires a Password
Password:
230 User logged in.
Remote system type is VMS.
ftp> dir
200 PORT command successful.
150 Opening data connection for SYS$SYSDEVICE:[BQT]*.*;* (192.168.77.202,55552)
Directory SYS$SYSDEVICE:[BQT]
SMGTERMS.TXT;1 170/171 20-MAY-2002 16:12:23 [BQT] (RWED,RWED,RE,)
TCPIP$FTP_SERVER.LOG;3
0/9 8-JAN-2015 03:46:12 [BQT] (RWED,RWED,RE,)
TCPIP$FTP_SERVER.LOG;2
1/9 8-JAN-2015 03:44:10 [BQT] (RWED,RWED,RE,)
TCPIP$FTP_SERVER.LOG;1
1/9 8-JAN-2015 03:43:20 [BQT] (RWED,RWED,RE,)
TERMTABLE.TXT;1 1/9 20-MAY-2002 16:12:24 [BQT] (RWED,RWED,RE,)
VMSHELP.EXE;1 11/18 20-MAY-2002 16:04:05 [BQT] (RWED,RWED,RE,)
Total of 6 files, 184/225 blocks
226 LIST Directory transfer complete.
On 8 Jan 2015, at 02:46, Johnny Billquist <bqt at softjar.se> wrote:
On 2015-01-08 01:41, Mark Pizzolato - Info Comm wrote:
On Wednesday, January 07, 2015 at 4:35 PM, Johnny Billquist wrote:
On 2015-01-08 01:32, Sampsa Laine wrote:
I think I could get one up and running on GORVAX pretty quickly - what
exactly are you looking for with regard to inspiration?
Right now I've implemented the LIST command, but the directory output
format is sortof hackish. I'm thinking that maybe VMS have some nice format
that I can copy. There might be other tings I can get inspiration from
eventually as well, but LIST is the immediate interest.
The MultiNet FTP Server moves files between similarly capable FTP Clients and keeps the File Attributes consistent while copying data (i.e. You can simply ftp RMS Indexed files between VMS systems and the results will be immediately usable).
I know I read some manual about the DEC TCPIP package ftp server and client also managing this. It would, in fact, be nice to be compatible with that. However, atleast when storing or retreiving files from Unix systems, what DEC did is that they actually transfer two files. One with the data, and a separate one with the file metadata. Ugly, I think, and I would like to try and avoid that.
But that is a client only thing, as far as I can see. Anyone know how VMS does it if talking to another VMS system?
I suspect I might have a hard time if they do it by detecting that the remote server is a VMS system, since I will not lie about that. :-)
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
So I opened port 21 on my router but I don't think the OpenVMS 7.3 UCX FTP server likes being behind NAT'd routers.
But here's some sample output I took from a simple DIR command:
kermit at gorilla:~$ ftp gorvax
Connected to gorvax.
220 gorvax.inside.sampsa.com FTP Server (Version 5.1) Ready.
Name (gorvax:kermit): bqt
331 Username bqt requires a Password
Password:
230 User logged in.
Remote system type is VMS.
ftp> dir
200 PORT command successful.
150 Opening data connection for SYS$SYSDEVICE:[BQT]*.*;* (192.168.77.202,55552)
Directory SYS$SYSDEVICE:[BQT]
SMGTERMS.TXT;1 170/171 20-MAY-2002 16:12:23 [BQT] (RWED,RWED,RE,)
TCPIP$FTP_SERVER.LOG;3
0/9 8-JAN-2015 03:46:12 [BQT] (RWED,RWED,RE,)
TCPIP$FTP_SERVER.LOG;2
1/9 8-JAN-2015 03:44:10 [BQT] (RWED,RWED,RE,)
TCPIP$FTP_SERVER.LOG;1
1/9 8-JAN-2015 03:43:20 [BQT] (RWED,RWED,RE,)
TERMTABLE.TXT;1 1/9 20-MAY-2002 16:12:24 [BQT] (RWED,RWED,RE,)
VMSHELP.EXE;1 11/18 20-MAY-2002 16:04:05 [BQT] (RWED,RWED,RE,)
Total of 6 files, 184/225 blocks
226 LIST Directory transfer complete.
On 8 Jan 2015, at 02:46, Johnny Billquist <bqt at softjar.se> wrote:
On 2015-01-08 01:41, Mark Pizzolato - Info Comm wrote:
On Wednesday, January 07, 2015 at 4:35 PM, Johnny Billquist wrote:
On 2015-01-08 01:32, Sampsa Laine wrote:
I think I could get one up and running on GORVAX pretty quickly - what
exactly are you looking for with regard to inspiration?
Right now I've implemented the LIST command, but the directory output
format is sortof hackish. I'm thinking that maybe VMS have some nice format
that I can copy. There might be other tings I can get inspiration from
eventually as well, but LIST is the immediate interest.
The MultiNet FTP Server moves files between similarly capable FTP Clients and keeps the File Attributes consistent while copying data (i.e. You can simply ftp RMS Indexed files between VMS systems and the results will be immediately usable).
I know I read some manual about the DEC TCPIP package ftp server and client also managing this. It would, in fact, be nice to be compatible with that. However, atleast when storing or retreiving files from Unix systems, what DEC did is that they actually transfer two files. One with the data, and a separate one with the file metadata. Ugly, I think, and I would like to try and avoid that.
But that is a client only thing, as far as I can see. Anyone know how VMS does it if talking to another VMS system?
I suspect I might have a hard time if they do it by detecting that the remote server is a VMS system, since I will not lie about that. :-)
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 2015-01-08 01:41, Mark Pizzolato - Info Comm wrote:
On Wednesday, January 07, 2015 at 4:35 PM, Johnny Billquist wrote:
On 2015-01-08 01:32, Sampsa Laine wrote:
I think I could get one up and running on GORVAX pretty quickly - what
exactly are you looking for with regard to inspiration?
Right now I've implemented the LIST command, but the directory output
format is sortof hackish. I'm thinking that maybe VMS have some nice format
that I can copy. There might be other tings I can get inspiration from
eventually as well, but LIST is the immediate interest.
The MultiNet FTP Server moves files between similarly capable FTP Clients and keeps the File Attributes consistent while copying data (i.e. You can simply ftp RMS Indexed files between VMS systems and the results will be immediately usable).
I know I read some manual about the DEC TCPIP package ftp server and client also managing this. It would, in fact, be nice to be compatible with that. However, atleast when storing or retreiving files from Unix systems, what DEC did is that they actually transfer two files. One with the data, and a separate one with the file metadata. Ugly, I think, and I would like to try and avoid that.
But that is a client only thing, as far as I can see. Anyone know how VMS does it if talking to another VMS system?
I suspect I might have a hard time if they do it by detecting that the remote server is a VMS system, since I will not lie about that. :-)
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On Wednesday, January 07, 2015 at 4:35 PM, Johnny Billquist wrote:
On 2015-01-08 01:32, Sampsa Laine wrote:
I think I could get one up and running on GORVAX pretty quickly - what
exactly are you looking for with regard to inspiration?
Right now I've implemented the LIST command, but the directory output
format is sortof hackish. I'm thinking that maybe VMS have some nice format
that I can copy. There might be other tings I can get inspiration from
eventually as well, but LIST is the immediate interest.
The MultiNet FTP Server moves files between similarly capable FTP Clients and keeps the File Attributes consistent while copying data (i.e. You can simply ftp RMS Indexed files between VMS systems and the results will be immediately usable).
- Mark
On 2015-01-08 01:32, Sampsa Laine wrote:
Had one on RHESUS for ages but RHESUS is currently down for the foreseeable future.
Tried finding rhesus. Also tried HILANT without luck. :-)
I think I could get one up and running on GORVAX pretty quickly - what exactly are you looking for with regard to inspiration?
Right now I've implemented the LIST command, but the directory output format is sortof hackish. I'm thinking that maybe VMS have some nice format that I can copy. There might be other tings I can get inspiration from eventually as well, but LIST is the immediate interest.
If you could do it in a snap, that would be nice.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 2015-01-08 01:31, Cory Smelosky wrote:
On Thu, 8 Jan 2015, Johnny Billquist wrote:
Do anyone have a VMS FTP server up and running on the internet? I'm
working on a FTP server for RSX, and figured I'd get some inspiration
from VMS for some details...
I can foward a port readily.
I also have 4.3BSD's one up 24x7.
Unix is not that meaningful, and besides, I have plenty to test against. VMS is much closer to RSX, and as such, can provide some more interesting ideas.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Had one on RHESUS for ages but RHESUS is currently down for the foreseeable future.
I think I could get one up and running on GORVAX pretty quickly - what exactly are you looking for with regard to inspiration?
sampsa
On 8 Jan 2015, at 02:29, Johnny Billquist <bqt at softjar.se> wrote:
Do anyone have a VMS FTP server up and running on the internet? I'm working on a FTP server for RSX, and figured I'd get some inspiration from VMS for some details...
So I need to look at one. :-)
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On Thu, 8 Jan 2015, Johnny Billquist wrote:
Do anyone have a VMS FTP server up and running on the internet? I'm working on a FTP server for RSX, and figured I'd get some inspiration from VMS for some details...
I can foward a port readily.
I also have 4.3BSD's one up 24x7.
So I need to look at one. :-)
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Do anyone have a VMS FTP server up and running on the internet? I'm working on a FTP server for RSX, and figured I'd get some inspiration from VMS for some details...
So I need to look at one. :-)
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol