RE: [U2] Send regular Windows file with AccuTerm

2008-02-12 Thread Tony G
Doug, that's pretty cool.  As long as there is no translation of the
binary, internal tabs, etc then it's a great solution.  Thanks.

I've also scripted Accuterm to use SFTP to open a secure connection from
client to any server, just in case you can't go through the U2 file system.

T
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send regular Windows file with AccuTerm

2008-02-12 Thread Jacques G.
It's been a while since I used Accuterm but I think that it has the Kermit 
protocol that can be set to transfer binary files.

If you have only have ASCII transfer, you can first encode your binary files 
using either: Base64 or UUENCODE/UUDECODE.   Transfer the .b64 or .uue file 
then decode them on the other side.

Base64 is what is used to transfer binary files via email.  Uuencode is an 
older program that works the same way and is found on Unix.  (There are 
Uuencode/Uudecode programs available for dos).

For the source code of a Base64 program, you can search on  
http://www.freshmeat.net


- Original Message 
From: Gabe Green [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Tuesday, February 12, 2008 6:53:34 AM
Subject: [U2] Send regular Windows file with AccuTerm

Hi all,

Is there a way with AccuTerm's standard file transfer utilities to 
transfer a binary Windows file (say, an .exe or a .mp3 or whatnot) to 
the host?

I know you can transfer Universe files and Items, but it would be nice 
to be able to transfer regular Windows files as well.

Thanks,
Gabe
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send regular Windows file with AccuTerm

2008-02-12 Thread doug chanco

sure use FT

see below for an example (the PICK file I sent it to is a type 19 unix 
directory type file)


FT

AccuTerm File Transfer Utility


(S)end, (R)eceive, (C)onfigure, (O)ptions, (H)elp or (E)xit ? R

File transfer protocol: (A)SCII or (K)ERMIT ? K

Enter source (DOS) directory (d:\directory): c:\windows\system32

Enter source (DOS) file name (file.ext): putty.exe

Enter target (PICK) file name: DOUG.BP

Enter target (PICK) item list: putty.exe


Transfer status: Successful transfer.
Transferred 1 items, 207782 bytes.


dougc



Gabe Green wrote:

Hi all,

Is there a way with AccuTerm's standard file transfer utilities to 
transfer a binary Windows file (say, an .exe or a .mp3 or whatnot) to 
the host?


I know you can transfer Universe files and Items, but it would be nice 
to be able to transfer regular Windows files as well.


Thanks,
Gabe
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Send regular Windows file with AccuTerm

2008-02-12 Thread George R Smith
Gabe 
Use ftp binary mode. Windows has ftp and so does every unix/linux
grs

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of Gabe Green
 Sent: Tuesday, February 12, 2008 5:54 AM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Send regular Windows file with AccuTerm
 
 Hi all,
 
 Is there a way with AccuTerm's standard file transfer utilities to
 transfer a binary Windows file (say, an .exe or a .mp3 or whatnot) to
 the host?
 
 I know you can transfer Universe files and Items, but it would be nice
 to be able to transfer regular Windows files as well.
 
 Thanks,
 Gabe
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Send regular Windows file with AccuTerm

2008-02-12 Thread Gabe Green

Hi all,

Is there a way with AccuTerm's standard file transfer utilities to 
transfer a binary Windows file (say, an .exe or a .mp3 or whatnot) to 
the host?


I know you can transfer Universe files and Items, but it would be nice 
to be able to transfer regular Windows files as well.


Thanks,
Gabe
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/