![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file transfer using Ftp | sudhi | Shell Programming and Scripting | 1 | 05-26-2008 12:14 AM |
| How to ftp a pipe file | rainbow_bean | AIX | 3 | 04-21-2008 02:39 PM |
| Transfer the file | manas_ranjan | UNIX for Dummies Questions & Answers | 2 | 07-27-2007 10:33 AM |
| file transfer | bkan77 | Shell Programming and Scripting | 4 | 07-27-2007 06:55 AM |
| Pipe out ftp command to a file | lweegp | UNIX for Dummies Questions & Answers | 2 | 10-10-2005 06:40 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
File transfer to a pipe
We were using ftp before and were able to pipe our files
get a1 p1 where p1 is pipe this way we did not have to store files on our local server. Now we are using sftp2 and in sftp2 get and mget are synonymous. When I do get a1 p1 I get error p1: No such file or directory (it's looking for p1 on remote server) I tried using scp (scp2) but it overwrites pipe with physical file. Is there any other utility I can use to transfer file and read it in a pipe? thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|