On Fri, Apr 02, 2004 at 02:55:07PM +0100, Clemson, Chris wrote: > there's still a slight problem with it though i'm afraid: > > lftp [EMAIL PROTECTED]:~> open -u xxxxxx ftps://212.13.203.149:749 > Password: > lftp [EMAIL PROTECTED]:~> ls -la > ls: Fatal error:
One problem is that error message is empty. > lftp [EMAIL PROTECTED]:~> pwd > ftps://[EMAIL PROTECTED]:749 > > any idea why this is failing? This server seems to require connecting with ftp rather than ftps and then turn on encryption explicitly. > also, if i try and connect without ftps (my server only accepts ftps > connections), it just says: This should work. ftps is activated later with AUTH TLS command. > lftp [EMAIL PROTECTED]:~> open -u xxxxxx 212.13.203.149:749 > Password: > lftp [EMAIL PROTECTED]:~> ls -la > `ls -la' at 0 [Delaying before reconnect: 29] Turn on debug with the command `debug' and see what really happens. -- Alexander. | http://www.yars.free.net/~lav/
