World: r3wp
[!REBOL3 Schemes] Implementors guide
older newer | first last |
Andreas 11-Jan-2010 [1220x2] | and that with all the debug output |
das RETR take full paths? | |
Graham 11-Jan-2010 [1222x2] | for where? |
I don't know if the ftp server will take a full path but the client can | |
Andreas 11-Jan-2010 [1224] | could i have a minimal FTP thingie with just USER/PASS/PASV/RETR? |
Graham 11-Jan-2010 [1225] | TYPE |
Andreas 11-Jan-2010 [1226x2] | TYPE I would be needed as well |
yes | |
Graham 11-Jan-2010 [1228] | I don't know if the server will accept a path ... |
Andreas 11-Jan-2010 [1229] | i'll try :) |
Graham 11-Jan-2010 [1230] | try it .. |
Andreas 11-Jan-2010 [1231x2] | should work, iirc |
yeah, works fine | |
Graham 11-Jan-2010 [1233x3] | great ... |
and you can just queue commands with the WRITE | |
dunno if two consecutive RETR wil work though | |
Andreas 11-Jan-2010 [1236] | you'll at least need another PASV before the 2nd RETR |
Graham 11-Jan-2010 [1237x2] | Does the WRITE set off the handler again? |
guess it needs another read .. | |
Andreas 11-Jan-2010 [1239x2] | from within the awake handler: yes |
from the outside: no | |
Graham 11-Jan-2010 [1241] | ok, that's the important thing |
Andreas 11-Jan-2010 [1242x4] | but it'll be buffered anyway |
so if the event machinery already is in full swing :) | |
ah, graham .... :) | |
hold me back | |
Graham 11-Jan-2010 [1246] | HOLD |
Andreas 11-Jan-2010 [1247] | good |
Graham 11-Jan-2010 [1248] | down boy down |
Andreas 11-Jan-2010 [1249] | wow, there is a tail? actor |
Graham 11-Jan-2010 [1250] | where are the available actors documented? |
Andreas 11-Jan-2010 [1251x2] | someone had a link the other day which mentioned that the series protocol should be available completely |
can't remember the link, though :) | |
Graham 11-Jan-2010 [1253x2] | makes sense |
Do you actually use ftp much ? | |
Andreas 11-Jan-2010 [1255x2] | nope |
never :) | |
Graham 11-Jan-2010 [1257] | me hardly much either! |
Andreas 11-Jan-2010 [1258x4] | last time i used it was years ago |
so why do we do ftp, then :) ? | |
should rather do something more useful, like ... dunno | |
dns, whois | |
Graham 11-Jan-2010 [1262x2] | why are we doing it ? as an exercise I guess |
dns is done | |
Andreas 11-Jan-2010 [1264x2] | pop3, imap4, smtp |
dns is very rudimentary on linux | |
Graham 11-Jan-2010 [1266] | Imap4 ... Gabriele has something .. but I'm not sure if he can release it or not . |
Andreas 11-Jan-2010 [1267x3] | for pop3/imap4 the scheme alone is not enough anyway |
at least to be useful for something besides the most basic throwaway scripts | |
but well, maybe for something like gabriele's spam stuff | |
older newer | first last |