LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sftp quesion (https://www.linuxquestions.org/questions/linux-newbie-8/sftp-quesion-636304/)

mokku 04-18-2008 02:29 PM

sftp quesion
 
Hi,

I saw the line in sftp script, what it means by /dev/stdin?


sftp -B /dev/stdin useri@hostname

GrapefruiTgirl 04-18-2008 02:42 PM

According to the sftp man page, the -B is for setting buffer size. My guess would be that the line you wrote there would suggest a buffer size equivalent to stdin (though I did not know that stdin was a device).

A lowercase 'b' would tell sftp to read a series of commands from a batchfile, rather than stdin.

Sasha


All times are GMT -5. The time now is 09:13 PM.