Search Results

Search: Posts Made By: chandraprakash
2,245
Posted By MadeInGermany
Maybe you can cd to a write-protected directory...
Maybe you can cd to a write-protected directory before.
...
cd /
cd /wpath/to/copy/files/$input_variable/inputs/final/
...
If the latter fails, it will upload to / (and fail, i.e. not upload...
2,245
Posted By RudiC
1) The id no. shown is 7 chars in length. Do you...
1) The id no. shown is 7 chars in length. Do you just need to test on its length or also impose some structure (like "start with an upper case "M")?
2) It will copy...
1,778
Posted By RudiC
You should look for a process like ftpd. And make...
You should look for a process like ftpd. And make sure, a possible firewall doesn't intercept your traffic.
1,778
Posted By RudiC
Are you sure there's an ftp server running at the...
Are you sure there's an ftp server running at the other end? And no fire wall is getting in the way?
14,067
Posted By Aia
That error occurred because there was a space...
That error occurred because there was a space between the -t and the zip, there should be none.
7z e -tzip Test.zip

Also, 7z will give you an exit code that might be helpful on what failed. You...
14,067
Posted By junior-helper
> what is meant by 2>/dev/null In this...
> what is meant by 2>/dev/null

In this context, it's kind of difficult to explain, but I'll try. It has to do with "streams" produced by a program. When a program is executed, it can produce...
14,067
Posted By junior-helper
This could be the command you're after: 7z e...
This could be the command you're after:
7z e -so filename.zip 2>/dev/null

---------- Post updated at 02:42 PM ---------- Previous update was at 02:40 PM ----------

2>/dev/null is required,...
14,067
Posted By junior-helper
Strange. Can you try 7z e DEX_DWH034.zip ? ...
Strange. Can you try 7z e DEX_DWH034.zip ?

It it fails too, maybe post the output of 7z --help.
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy