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
Absolutely Paul :-)
If I had any previous experience with that kind of coding I would at least gave a look. Seriously, it's not a one man job, right?
Anyway , it was a nice idea..
So if there's a spare decbrouter 90 around I'm willing to try that.
Hans
Verzonden vanaf mijn BlackBerry 10-smartphone.
Origineel bericht
Van: Paul_Koning at Dell.com
Verzonden: zaterdag 3 januari 2015 16:54
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: Re: [HECnet] Hecnet Peering/Python
On Jan 3, 2015, at 3:02 AM, Hans Vlems <hvlems at zonnet.nl> wrote:
Paul,
the latest supported VMS versions for Python are 2.7.8 for Alpha and 2.7.9
for Itanium.
Which kind of kills the experiment, right? :(
Hans
Pretty much. It would be possible to port the code back to that version, but it would be a fair amount of work and not something I d be interested in. I prefer Python 3 for new projects for a number of reasons; some of those affect pydecnet significantly.
I suppose you could see what s involved in building Python 3.3 on VMS? :-)
paul
On Jan 3, 2015, at 3:02 AM, Hans Vlems <hvlems at zonnet.nl> wrote:
Paul,
the latest supported VMS versions for Python are 2.7.8 for Alpha and 2.7.9
for Itanium.
Which kind of kills the experiment, right? :(
Hans
Pretty much. It would be possible to port the code back to that version, but it would be a fair amount of work and not something I d be interested in. I prefer Python 3 for new projects for a number of reasons; some of those affect pydecnet significantly.
I suppose you could see what s involved in building Python 3.3 on VMS? :-)
paul
Paul,
the latest supported VMS versions for Python are 2.7.8 for Alpha and 2.7.9
for Itanium.
Which kind of kills the experiment, right? :(
Hans
-----Oorspronkelijk bericht-----
Van: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] Namens
Paul_Koning at Dell.com
Verzonden: vrijdag 2 januari 2015 20:23
Aan: hecnet at Update.UU.SE
Onderwerp: Re: [HECnet] Hecnet Peering
On Jan 2, 2015, at 2:08 PM, Hans Vlems <hvlems at zonnet.nl> wrote:
It would be nice to move the connection off a Linux box to a VMS system.
There is a libpcap version for VMS, it's used by simh.
The problem is Python. AFAIK that i s just v2.7 for VMS. I know my systems
run that kit, but I don't use it much so a newer version may be available.
Hans
The Python 3.3 what s new document says that VMS is no longer supported
due to lack of a maintainer . So it may be possible to build Python 3.2 on
VMS. The current DECnet/Python code wants 3.3, but earlier on I used 3.2
and there isn t much that needs 3.3. (In other words, it would not be all
that hard to change it back to allow 3.2.)
paul
-----
Geen virus gevonden in dit bericht.
Gecontroleerd door AVG - www.avg.com
Versie: 2014.0.4794 / Virusdatabase: 4253/8859 - datum van uitgifte:
01/03/15