Sponsored Content
Operating Systems HP-UX [Solved] Unable to rename file in ftp server .Net:FTP perl Post 302578729 by krsnadasa on Friday 2nd of December 2011 07:45:38 AM
Old 12-02-2011
Thanks a lot m.d it is woking fine now..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl + Net::FTP::Recursive

Problem: It will not advance to the next user in the list. It always dies right after it sends the 2/2 files from the first users dir. $USERLIST="/export/home/mxdooley/perl_ftp/userlist"; $USER_DIR="/export/home/mxdooley/perl_ftp/homes";... (2 Replies)
Discussion started by: Optimus_P
2 Replies

2. Shell Programming and Scripting

how to rename a file before and after a ftp?

I doin a script in sh. For example: i have this code here whereby $5 is a text file. eg file.txt. I wanna rename it to file.txt.tmp. so i use this code below which is correct. put $5 $5.tmp But when the ftp transfer is complete i need to rename the file back to $5 which is file.txt. How do... (2 Replies)
Discussion started by: forevercalz
2 Replies

3. Shell Programming and Scripting

rename files in remote server via ftp

Hi All, I want to rename set of files in the remote server which iam unable to do . i can rename only one file at a time . for example ftp $REMOTESERVER { rename $NAME1 $NAME2 } is working whereas ftp $REMOTESERVER { rename $NAME1*.dat $NAME2*.data } is not working ...... (4 Replies)
Discussion started by: dineshr85
4 Replies

4. Shell Programming and Scripting

PERL: NET::FTP..>Debug Messages

HI All, NET::FTP->new($server, DEBUG=>1); I need to get all the Debug Messages in an array or a file.... Please suggest!! (0 Replies)
Discussion started by: angad.makkar
0 Replies

5. Shell Programming and Scripting

Corrupted Download with Net::FTP (perl)

Hello, I am trying to download several files from a remote FTP server using Net::FTP from within a perl script. The files download alright, except they appear to be corrupted. I know this because once after downloading, I use bzcat to pipe the files to a split command, and bzcat complains saying... (3 Replies)
Discussion started by: amcrisan
3 Replies

6. Shell Programming and Scripting

Net::Ftp in perl

I am trying to execute a script in another server, i used Net::Ftp module How to execute unix command in another server by using Net::Ftp module.. #!/usr/bin.perl ### Perl script to $ftp->login($user_name,'password') or die "Cannot login ", $ftp->message;... (2 Replies)
Discussion started by: pritish.sas
2 Replies

7. Shell Programming and Scripting

Perl - Net::FTP issue

Wondering if anyone can help or advise on following issue. The below script should simply connect to a different server and retrieve certain files for me. use lib "/xxxxx/xxxxx/xxxxx/xxxx"; use Net::FTP; my $directory = "xxxxxxxx"; my $destinationDir = "xxxxxxxxx"; my $filePrefix =... (1 Reply)
Discussion started by: meevagh
1 Replies

8. Shell Programming and Scripting

Unable to get the size of remote file using Net::FTP Perl Script

Hi, I am using below piece of code to get the size of the remote file. $ftp->cwd($destination) or $error=$ftp->message; if(!$error) { $ftp->put($file) or $error=$ftp->message; print "FTP size = \n"; ... (3 Replies)
Discussion started by: FarooqOnline
3 Replies

9. UNIX for Advanced & Expert Users

Unable to use FTP command to connect from one server to another

Hi, I have two unix servers A and B. from A i am trying to use the ftp command to connect to B but I am getting the "ftp: connect: A remote host refused an attempted connect operation." I checked the following things : 1.) Unix Server details for A and B after running the command uname -a... (3 Replies)
Discussion started by: mick_000
3 Replies

10. AIX

FTP Server Unable to Login

FTP Server in P590 machine was unable to login, Torwing error while login. Tried to change password through maintenance mode by running AIX 5.3 OS CD, But CD row was unable to detect for the particular LPAR. Please Suggest ASAP. (3 Replies)
Discussion started by: marunmeera
3 Replies
COMPOSITE_MIDI(7)						     Reference							 COMPOSITE_MIDI(7)

NAME
composite_midi - Default MIDI Implementation for Composite DESCRIPTION
The default MIDI implementation for Composite is a fixed MIDI implementation. Future versions of Composite will allow you to redefine the MIDI implementation, but a default MIDI Implementation will always be provided. This description of the MIDI implementation only covers the sampler plugin. At this time it does not apply to the composite-gui. MIDI IMPLEMENTATION
+------------------------+-------------+-----------------+-------------------------+ | Function | Transmitted | Recognized | Remarks | +------------------------+-------------+-----------------+-------------------------+ | Basic Channel | NO | 1-16 | Always listens in OMNI | | | | | mode, will change in | | | | | future. | +------------------------+-------------+-----------------+-------------------------+ | Mode | NO | NO | | +------------------------+-------------+-----------------+-------------------------+ | Note Number | NO | 36-127 | Depends on drum kit. | +------------------------+-------------+-----------------+-------------------------+ | Note Velocity | NO | 0-127 | | +------------------------+-------------+-----------------+-------------------------+ |Polyphonic After Touch | NO | NO | | +------------------------+-------------+-----------------+-------------------------+ | Channel After Touch | NO | NO | | +-----------------+------+-------------+-----------------+-------------------------+ | | 0 | NO | 0-127 | Bank (coarse) | | +------+-------------+-----------------+-------------------------+ | | 7 | NO | 0(min)-127(max) | Volume (coarse) | | +------+-------------+-----------------+-------------------------+ | | 32 | NO | 0-127 | Bank (fine) | | +------+-------------+-----------------+-------------------------+ | Control Change | 39 | NO | 0(min)-127(max) | Volume (fine) | | +------+-------------+-----------------+-------------------------+ | | 120 | NO | 0-127 | All Sound Off (value is | | | | | | ignored) | | +------+-------------+-----------------+-------------------------+ | | 123 | NO | 0-127 | All Sound Off (value is | | | | | | ignored) | +-----------------+------+-------------+-----------------+-------------------------+ | Program Change | NO | 0-127 | User-defined presets, | | | | | depends on the bank | | | | | setting (CC #0, 32) | +------------------------+-------------+-----------------+-------------------------+ | System Exclusive | NO | NO | | +------------------------+-------------+-----------------+-------------------------+ | System Common | NO | NO | | +-----------------+------+-------------+-----------------+-------------------------+ | | 0xF8 | NO | NO | Clock Pulse | | +------+-------------+-----------------+-------------------------+ | | 0xFA | NO | NO | Start | | +------+-------------+-----------------+-------------------------+ | | 0xFB | NO | NO | Continue | |System Real Time +------+-------------+-----------------+-------------------------+ | | 0xFC | NO | NO | Stop | | +------+-------------+-----------------+-------------------------+ | | 0xFE | NO | NO | Active Sensing | | +------+-------------+-----------------+-------------------------+ | | 0xFF | NO | YES | System Reset/Panic | +-----------------+------+-------------+-----------------+-------------------------+ SEE ALSO
composite_sampler(1) AUTHOR
Gabriel M. Beddingfield <gabriel@teuton.org> Composite 03/18/2010 COMPOSITE_MIDI(7)
All times are GMT -4. The time now is 03:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy