... 'include' (or it's synonym 'fload') always loads the file; 'needs' (or it's synonym 'require') loads the file only if it's not already loaded. George...
Thanks, I'll look at it right now... this stuff looks quite complicated... but I think once you get it, it's quite simple... Still studying.. thanks for you...
Thomas, I have some questions regarding your file socketsdemo.f that from the files-section First: I can't get it to work. I try to make a server and a client...
... Hello Frank, I probably ought to add some instructions to the socktest file. in one window, type the following: include socktest.f server The window should...
Frank, ... Make sure you don't have a firewall blocking the ports you are trying to use. XP SP2 firewall blocks almost everything unless you shut it off or ...
Hey Thomas, great! It works indeed! Thanks a lot for your help and the explanation... it makes things more clear... I'll try to make the whole thing run now......
Jos, Well been playing with the code in 4ePost and I have successfully connected to my server BUT, I am able to open a socket and make a connection a socket #...
I was right it was me. Figured it out. I now am at a point where I receive in a list: +OK 1 1335 2 8112 3 2215 4 9638 5 2262 6 1601 . Now I can begin...
Jos, Have you worked on the 4th code to encode / decode the mime format? I noticed most mail servers send in plain text but I sent an email via my cell phone...
... I did, but have given it up. There are too many different headers that need to be handled. As soon as you managed to download the cell-phone msg you should...
Hello All, I have received some requests for a bigger example of a socket server and, after I finally had some time, I have one to post. It is a HTTP server....
Jos, How do you retrieve only the header of a msg? I have been reading the RFC 1939 on POP3 Protocol but do not see anything. How are you isolating the Subj...
Thanks Jos, I am using the TOP command but it brings in the entire message and I only wanted the header. Message is small 1375. I tried TOP 1 0 / TOP 1 1 \ IF...
... Such a long time ago that I looked at 4ePost so I had to debug get-header to see what is happing there... Try to pass the following command to your email...
Thank you again Jos. I did find using a 1 (TOP 1 1) seem to bring in the header. In searchng I defaulted to using the Forth word 'search' works the way I...
Hi, I tried several times to get a copy of the win32forth and win32forth-stc with tortoisecvs,in anonymous mode, the server asks to me a password, i push...
... Hello Jos, The documentation you are referring to is for a different example. SockServ.F is a generic library to create servers and the example included...
... [...] ... Hi Tom, That did the trick. Nice program. Still playing with it. It works when the browser runs on the same PC as the server. A second machine...
... Hi Jos, "localhost" is an alias for 127.0.0.1, so you need to find your real IP or dns name to run it properly. As it stands, the host name doesn't change...
... I use IE7. I did not expect that the browser had a part to play for the echo. Note: It is also a nice program to give someone a big file that you can't ...
... I don't know, but I think SourceForge changes something in this area some time ago. ... Yes. I tried to upload the to SourceForge but it didn't work. So I ...