SFTP to Win2003 server - 12 file limit?
Brett Charbeneau <[email protected]> Wed, 18 Feb 2009 15:52:03 -0500 (EST)
| Newsgroups | gmane.network.ssh.windows |
|---|---|
| Message-ID | <[email protected]> |
I installed OpenSSH for Windows on a Windows 2003 R2 server that we have. The client is a Debian Etch samba server and I'm connecting to the Windows server with a script called by cron which uses expect to send all the files in a directory to the home directory of the user on the Windows server. For reasons unknown the server will only accept the first twelve files and then stops. I can't find anything revealing in Event Viewer except the type of successful entries one would expect. I include the script I'm using below. Can anyone think of a reason why the server will not accept more than 12 files at at time? There is 55GB of room on that drive so it's not a space issue... -- ******************************************************************** Brett Charbeneau, GSEC Gold, GCIH Gold Network Administrator Williamsburg Regional Library 7770 Croaker Road Williamsburg, VA 23188-7064 (757)259-4044 www.wrl.org (757)259-4079 (fax) [email protected] ******************************************************************** cd /shares/WRL/ spawn /usr/bin/sftp obit@lexington expect "obit@lexington's password:" send "PASSWORD\n" expect "sftp> " send "mput *\r" expect "sftp> " send "bye \r" cd /shares/WRL/ exit 0 -- List Info: http://erdelynet.com/ssh-l/ List Archives: http://erdelynet.com/archive/ssh-l/ To Unsubscribe: Mail mailto:[email protected] If you are having trouble unsubscribing, visit the List Info page for help.