![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SU issues | yoi2hot4ya | Shell Programming and Scripting | 1 | 10-09-2007 08:11 AM |
| Tar issues! HELP! | Slaughter | UNIX for Dummies Questions & Answers | 3 | 04-19-2006 09:22 AM |
| Issues with cut | bthomas | Shell Programming and Scripting | 1 | 09-08-2005 09:43 AM |
| AIX 5.3 Issues | miket | AIX | 1 | 04-26-2005 02:12 PM |
| dns issues | rickyt00 | UNIX for Advanced & Expert Users | 1 | 03-22-2005 08:18 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
sftp stalling issues.
Hello,
I'm new to linux/unix and presently at my work i have wrote a script that goes out from a unix host connects to a transfer proxy using sftp (username & password) with internal IP address as scp is disabled on the server.. Now my problem is that when i try and get a bigger file sftp will stall on downloading the file it appears to get a 64kb chunk and stall on a default buffer connection. I've tried bigger buffers as in sftp -B 100000 <ipaddress> and it will download a little more but still stall. The crazy thing is if i download a small file it works or if i use winscp (under a sftp/ssh2 protocol) it will download the full file onto a windows box! I'm really scratching my head over this one can anyone offer help to my particular problem. Is it version issues... as in ssh vs ssh2... how can it work on windows on a ftp client with ssh2 encryption and not on the unix box?! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
try sftp -v to where you get stuck.
if possible setup an sftpd to check if it is a basic problem. recompile sftp from source |
|||
| Google The UNIX and Linux Forums |