Sponsored Content
Top Forums Shell Programming and Scripting How to convert AFP files to Text? Post 302777155 by frustrated1 on Thursday 7th of March 2013 11:55:26 AM
Old 03-07-2013
How to convert AFP files to Text?

Hi

I am trying to locate a unix utility to convert AFP files to readable text format
There are plenty of windows tools, but I need a unix equivilant.
Can anyone help?


Sample Windows tool that works:
AFP To Text Converter 2 2 Download page - AFP To Text Converter Shareware Download


I have a HP UX environment or Solaris 9 environment that I can use to convert these files.


Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I convert unix text to to win text?

How do I convert unix text files into readable text for windows. Dave (1 Reply)
Discussion started by: nucca
1 Replies

2. UNIX for Advanced & Expert Users

AFP & FTP Bandwidth Monitoring?

Is there a way to monitor FTP and AFP bandwidth on a per user basis? AFP = AppleFilesharingProtocol, and by monitor, I don't mean graphs, I mean getting raw byte counts I can use in my scripts any way I choose. I am attempting to use mod_watch to monitor virtual domain bandwidth usage, but I really... (0 Replies)
Discussion started by: l008com
0 Replies

3. UNIX for Advanced & Expert Users

Extracting data from an AFP file

Hello Anybody any idea how to extract data from an AFP file using UNIX commands? I could make the AFP to PDF or if there is any other to change it to to make the extraction simplar. I'm open to ideas. Cheers (4 Replies)
Discussion started by: Dolph
4 Replies

4. Shell Programming and Scripting

sed or awk to convert text files with recurring headings to rows and colum

I have many text file reports generated by a Information Assurance tool that I need to get into a .CSV format or Excel tab delimited format. I want to use sed or awk to grab all the information in the sample text file below and create column headings:Risk ID, Risk Level, Category, Description, How... (5 Replies)
Discussion started by: Bjoeboo
5 Replies

5. Shell Programming and Scripting

Convert Text within multipul files - for loop

Is this possible? #!/bin/ksh for file in `*.idlesince` do while read inter time do printf "%s %s\n" "${inter}" "$(perl -e 'print scalar localtime('"${time}"') . "\n";')" >> "${file}.done" done < "${file}" done The error I get is line 9: router.idlesince: command not... (1 Reply)
Discussion started by: mrlayance
1 Replies

6. UNIX for Dummies Questions & Answers

How to convert text to columns in tab delimited text file

Hello Gurus, I have a text file containing nearly 12,000 tab delimited characters with 4000 rows. If the file size is small, excel can convert the text into coloumns. However, the file that I have is very big. Can some body help me in solving this problem? The input file example, ... (6 Replies)
Discussion started by: Unilearn
6 Replies

7. OS X (Apple)

AFP mounting Errors

Hello All, I've have created a script today that will mount my shared afp volumes to my system successfully, however, I've come across a very interesting issue that I can't seem to get by, so maybe someone will be kind enough to lend some advice. I am working on OS X 10.6.4 and using the... (1 Reply)
Discussion started by: sbjones25
1 Replies

8. OS X (Apple)

AFP mount + Chown/Chgrp respecting

Hello all... Does anyone know how to make an AFP mount of home directories (/Volumes/users off of another server) so that any users doing an ssh login retain write permission to their individual folders, read-write permissions to folders chowned to appropriate group... and so that newly created... (0 Replies)
Discussion started by: drkdev
0 Replies

9. Shell Programming and Scripting

Convert directory of text files to Unix/Linux Line Ending

I need help converting a directory of *.txt with Windows line ending to UTF-8 character encoding and Unix/Linux line ending. (9 Replies)
Discussion started by: chipperuga
9 Replies

10. Shell Programming and Scripting

Text Convert

Hello, I have a text file(utf8-bom). I want convert to following format. Thank you. 1***hello 35345 29***hello test6 380***bill33 4327***hello test6 47829***hull55 65644***hello test6 I want this format. 1***hello 35345 29***hello test6 380***bill33 4327***hello test6 2... (8 Replies)
Discussion started by: kata33
8 Replies
AFPPASSWD(1)						      General Commands Manual						      AFPPASSWD(1)

NAME
afppasswd - netatalk password maintenance utility SYNOPSIS
afppasswd [ -acfn ] [ -p passwd file ] [ -u minimum uid ] DESCRIPTION
afppasswd allows the maintenance of afppasswd files created by netatalk for use by some User Authentication Modules (UAMs) afppasswd can either be called by root with parameters, or can be called by local system users with no parameters to change their pass- words. EXAMPLE
Local user changing their own password: example% afppasswd Enter NEW AFP password: (hidden) Enter NEW AFP password again: (hidden) afppasswd: updated password. OPTIONS
-a Add a new user to the afppasswd file. -c Create and/or initialize afppasswd file or specific user. -f Force the current action. -p path Path to afppasswd file. -n If cracklib support is built into netatalk this option will cause cracklib checking to be disabled, if the superuser does not want to have the password run against the cracklib dictionary. -u minimum uid This is the minimum user id (uid) that afppasswd will use when creating users. SEE ALSO
afpd(8), atalkd(8). netatalk 1.5 03 Aug 2000 AFPPASSWD(1)
All times are GMT -4. The time now is 02:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy