File transfer using Zmodem protocol


 
Thread Tools Search this Thread
Top Forums Programming File transfer using Zmodem protocol
# 1  
Old 03-23-2005
File transfer using Zmodem protocol

can anybody guide me how do i initiate file transfer over modem using zmodem protocol...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

What kind of transfer protocol we have in UNIX?

I was asked this question on the interview. I know ftp, sftp, scp, rcp. They said one more indi or indy Could you please let me know it? Thanks, Oleg (2 Replies)
Discussion started by: digioleg54
2 Replies

2. Programming

Serial file transfer protocol / checksums

Hello ppl, I'm working on a windows program simulating an existing Unix program, the program is a firmware downloader, it sends a binary firmware file through the serial port (rs232) to a Set-Top Box running under unix system too, as i'm a poor unix user and not a unix programmer i choosed the... (10 Replies)
Discussion started by: nidal
10 Replies

3. Solaris

Transfer files from windows to solaris with winscp (file protocol:SFTP)

Hello, I have a couple of zip files to be copied from my local drive to a folder in solaris10 residing in a VM ware. i am using WINSCP, I tried to get hold of the solaris hostname or ip using ifconfig -a , hostname|nslookup etc. when i create a new session in WINSCP using that IP and port... (6 Replies)
Discussion started by: herbich1985
6 Replies

4. UNIX for Dummies Questions & Answers

How do i transfer file using ftp protocol in Linux.

Hi , I want to transfer file using ftp protocol . I m using following linux distribution. LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: OracleVMserver Description: Oracle VM server release 2.2.0 Release: 2.2.0 Codename: ... (5 Replies)
Discussion started by: pinga123
5 Replies

5. UNIX for Dummies Questions & Answers

Sending a file using Zmodem

Hi all, I'm trying to send a file to a remote host on a DG/UX system connected directly to a serial port of a computer, but every time I try to send the file, the remote host cannot recieve it (the download screen hangs, some wierd characters are displayed when I type the rz command). I tried... (1 Reply)
Discussion started by: danceofillusion
1 Replies

6. HP-UX

SFTP Protocol: How to transfer the file in PC Format

Hi, We are facing issue with files transfered using SFTP in Hp-UX. The transfered files are in Unix Format. That is, file format as UNIX (LF) instead of a PC format (CR & LF). How can we achieve file transfers as PC format using SFTP? Your help and input will be highly appreciated. ... (2 Replies)
Discussion started by: brap45
2 Replies

7. Shell Programming and Scripting

Secure File Transfer Protocol

Hi, Is there any protocol other than SFTP to transfer the file using secured connection SSH. ? Regards, Arthik (2 Replies)
Discussion started by: arthikbabu
2 Replies

8. UNIX for Dummies Questions & Answers

can't upload more than one file per session on zmodem

I am working on a website that I have to upload to a unix server. I know next to nothing about unix and I have tried to use Koalaterm and Absolute Telnet to upload files via zmodem. It will upload the first file when I type "sz myfile", however to upload any files beyond that I have to exit and... (1 Reply)
Discussion started by: chiquitita
1 Replies

9. UNIX for Dummies Questions & Answers

Zmodem Utilities

Where can I find Zmodem utilities for Soloris 7 ie: rz sz thnx (1 Reply)
Discussion started by: SmartJuniorUnix
1 Replies
Login or Register to Ask a Question
globus_gass_transfer_request_proto_s(3) 		       globus gass transfer			   globus_gass_transfer_request_proto_s(3)

NAME
globus_gass_transfer_request_proto_s - SYNOPSIS
Data Fields globus_gass_transfer_proto_send_t send_buffer globus_gass_transfer_proto_receive_t recv_buffer globus_gass_transfer_proto_func_t fail globus_gass_transfer_proto_func_t deny globus_gass_transfer_proto_func_t refer globus_gass_transfer_proto_func_t authorize globus_gass_transfer_proto_func_t destroy Detailed Description Protocol module request handling structure. This structure is created by a GASS transfer protocol module to handle a particular request. It is created in response to a listener's accept method or a protocol module's new_request method. Memory management of this structure is the responsibility of the protocol module. The destroy method will be called when the GASS Transfer library is finished dealing with it. A protocol module may create a extension to this structure to contain protocol-specific information, as long as the first fields of the structure match this type. See also: globus_gass_transfer_proto_request_ready() Field Documentation globus_gass_transfer_proto_send_t globus_gass_transfer_request_proto_s::send_buffer Send bytes. See also: globus_gass_transfer_proto_send_t globus_gass_transfer_proto_receive_t globus_gass_transfer_request_proto_s::recv_buffer Receive bytes. See also: globus_gass_transfer_proto_recv_t globus_gass_transfer_proto_func_t globus_gass_transfer_request_proto_s::fail Fail a request. This function is called when the application calls globus_gass_transfer_fail() on a request. globus_gass_transfer_proto_func_t globus_gass_transfer_request_proto_s::deny Deny a request. globus_gass_transfer_proto_func_t globus_gass_transfer_request_proto_s::refer Refer a request. globus_gass_transfer_proto_func_t globus_gass_transfer_request_proto_s::authorize Authorize a request. globus_gass_transfer_proto_func_t globus_gass_transfer_request_proto_s::destroy Destroy a request. Author Generated automatically by Doxygen for globus gass transfer from the source code. Version 7.2 Mon Apr 30 2012 globus_gass_transfer_request_proto_s(3)