From: Erik F. <for...@ce...> - 2001-11-08 15:29:00
|
Hubert Yoshizaki <yos...@da...> writes: > ftpConnection.sendcmd('quote guardian') > ftpConnection.voidcmd('quote guardian') > ftpConnection.putcmd('quote guardian') > saying basically what I described above. The weirdness of the whole > situation is that if I do it manually, it always works. This probably doesn't have too much to do with jython, but when I encounter problems like that I usually use tcpdump or some similar program to see what is actually sent between the client and the server. The ftp library might very well do some strange quoting or invalid linefeed or something that ruins the command. \EF -- Erik Forsberg, Cendio Systems AB. |