Re: FSJ clone

2008-09-22 Thread Mel
On Monday 22 September 2008 14:41:33 Tsu-Fan Cheng wrote:
> try both, neither work, appreciated though.

I think you're vendor-locked in, until you figure out how the password is 
done. You could try running FSJ under wine (emulators/wine).

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-22 Thread Tsu-Fan Cheng
try both, neither work, appreciated though.

TFC

On Mon, Sep 22, 2008 at 8:36 AM, RW <[EMAIL PROTECTED]> wrote:
> On Mon, 22 Sep 2008 06:53:06 -0400
> "Tsu-Fan Cheng" <[EMAIL PROTECTED]> wrote:
>
>> something.___a, something__b...
>>
>
> I'd try joining with cat, and then unraring or unzipping.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-22 Thread RW
On Mon, 22 Sep 2008 06:53:06 -0400
"Tsu-Fan Cheng" <[EMAIL PROTECTED]> wrote:

> something.___a, something__b...
> 

I'd try joining with cat, and then unraring or unzipping.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-22 Thread Tsu-Fan Cheng
something.___a, something__b...

TFC

On Sun, Sep 21, 2008 at 9:41 PM, RW <[EMAIL PROTECTED]> wrote:
> On Sun, 21 Sep 2008 17:07:48 -0400
> "Tsu-Fan Cheng" <[EMAIL PROTECTED]> wrote:
>
>> i try cat, but it doesn't seem right, The files i download are
>> components of a movie, but after I cat them, mplayer can't read them.
>> also the original post showed password is required when putting files
>> together.
>
> Sounds like they are split rar or zip files. What do the ends of the
> filenames look like?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread RW
On Sun, 21 Sep 2008 17:07:48 -0400
"Tsu-Fan Cheng" <[EMAIL PROTECTED]> wrote:

> i try cat, but it doesn't seem right, The files i download are
> components of a movie, but after I cat them, mplayer can't read them.
> also the original post showed password is required when putting files
> together.

Sounds like they are split rar or zip files. What do the ends of the
filenames look like? 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread Mel
On Sunday 21 September 2008 23:05:48 Tim Kellers wrote:
> multimedia files.  It works very well when the target (or source) file
> is a large multimedia file that needs to be transmitted in small
> sections and reassembled.

Then it's no different then split/cat. It would be different, if it would 
handle different multimedia formats special, preserving keyframes accross 
parts, for example. FreeBSD split/cat is perfectly capable of handling large 
files and doesn't need tons of #ifdef's to be Portable(tm).
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread Tsu-Fan Cheng
i try cat, but it doesn't seem right, The files i download are
components of a movie, but after I cat them, mplayer can't read them.
also the original post showed password is required when putting files
together.

thanks

TFC

On Sun, Sep 21, 2008 at 4:13 PM, Wojciech Puchar
<[EMAIL PROTECTED]> wrote:
> what do you mean "media file"?
>
>
> On Sun, 21 Sep 2008, Tim Kellers wrote:
>
>> For media files, there is also lxsplit in ports.
>> /usr/ports/sysutils/lxsplit
>>
>> Tim
>>
>>
>> Wojciech Puchar wrote:
>>>
>>> man split
>>> man cat
>>>
>>>
>>> On Sun, 21 Sep 2008, Tsu-Fan Cheng wrote:
>>>
 Hi,
  is there a similar program like FSJ, file split/join tool on
 freebsd? thanks!!

 TFC
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 "[EMAIL PROTECTED]"


>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to
>>> "[EMAIL PROTECTED]"
>>>
>>>
>>
>>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread Tim Kellers
multimedia files.  It works very well when the target (or source) file 
is a large multimedia file that needs to be transmitted in small 
sections and reassembled.
I've had mixed results using it to split up and re-join large text files 
like log files or /var/mail/username files.


Wojciech Puchar wrote:

what do you mean "media file"?


On Sun, 21 Sep 2008, Tim Kellers wrote:


For media files, there is also lxsplit in ports.
/usr/ports/sysutils/lxsplit

Tim


Wojciech Puchar wrote:

man split
man cat


On Sun, 21 Sep 2008, Tsu-Fan Cheng wrote:


Hi,
  is there a similar program like FSJ, file split/join tool on
freebsd? thanks!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"







___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread Wojciech Puchar

what do you mean "media file"?


On Sun, 21 Sep 2008, Tim Kellers wrote:


For media files, there is also lxsplit in ports.
/usr/ports/sysutils/lxsplit

Tim


Wojciech Puchar wrote:

man split
man cat


On Sun, 21 Sep 2008, Tsu-Fan Cheng wrote:


Hi,
  is there a similar program like FSJ, file split/join tool on
freebsd? thanks!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"







___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread Daniel Bye
On Sun, Sep 21, 2008 at 03:25:44PM -0400, Tsu-Fan Cheng wrote:
> Hi,
>is there a similar program like FSJ, file split/join tool on
> freebsd? thanks!!

split(1) and cat(1)

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgplzQMR6i9DW.pgp
Description: PGP signature


Re: FSJ clone

2008-09-21 Thread Tim Kellers

For media files, there is also lxsplit in ports.
/usr/ports/sysutils/lxsplit

Tim


Wojciech Puchar wrote:

man split
man cat


On Sun, 21 Sep 2008, Tsu-Fan Cheng wrote:


Hi,
  is there a similar program like FSJ, file split/join tool on
freebsd? thanks!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FSJ clone

2008-09-21 Thread Wojciech Puchar

man split
man cat


On Sun, 21 Sep 2008, Tsu-Fan Cheng wrote:


Hi,
  is there a similar program like FSJ, file split/join tool on
freebsd? thanks!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FSJ clone

2008-09-21 Thread Tsu-Fan Cheng
Hi,
   is there a similar program like FSJ, file split/join tool on
freebsd? thanks!!

TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"