Running server build 349 (paid version) I have one SFTP end-user who gets disconnected but only sometimes.
He's scripting a connection using crontab and one piece of the script renames the file after the upload (from .ip to .csv). According to him his logs indicate it's timing out on LIST before the rename, but my logs just show him connecting and disconnecting:
[20110917 11:31:11] [ip address] connecting
[20110917 11:31:11] [ip address] connected
[20110917 11:31:11] [ip address] user 'tuser' sent
[20110917 11:31:11] [ip address] USER-PASS (tuser) success
[20110917 11:31:12] [ip address] LIST success - /live/
[20110917 11:31:12] [ip address] disconnected (tuser)
[20110917 11:31:12] [ip address] connecting
[20110917 11:31:12] [ip address] connected
This job runs once an hour approximately and has failed once or twice every couple of weeks - but because it's orders going into an AS400 it's a big deal when it fails.
Any ideas?
SFTP timeout on list
-
- Site Admin
- Posts: 987
- Joined: Mon Mar 24, 2003 4:37 am