VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
ZModem upload tips (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: ZModem upload tips
#2002
ZModem upload tips 21 Years, 1 Month ago  
Uploading to a RedHat Linux 7.x/8.x with ZModem may cause you some headache since a file won't be overwritten as per default. (Caused me a lot of work trying to debug a PHP-script that wasn't actually uploaded since the filenames were the same...) I therefore changed the transfer option for ZModem to "rz -y" (-y meaning no-clobber, i.e. overwrite if exists) and my problems are gone. A bit more unsafe perhaps, but I save a lot of time.
msa (User)
Expert Boarder
Posts: 124
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Last Edit: 2009/01/28 14:20 By bpence.
 
The administrator has disabled public write access.  
#2003
Re: ZModem upload tips 21 Years, 1 Month ago  
Thanks for the tip, Mattias! I'll see if there's anything I can do to make it more obvious when a send is cancelled due to an existing file.

BTW, did you ever notice that you can drag a file from your Windows desktop (or any folder really) and drop it onto the AbsoluteTelnet window to send a file to your server? It initiates a ZModem file transfer using the 'rz' command. The name of the command can be overridden in Options->Properties->Transfer.

Later....
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#2004
Re: ZModem upload tips 21 Years, 1 Month ago  
Originally posted by Brian T. Pence:

BTW, did you ever notice that you can drag a file from your Windows desktop (or any folder really) and drop it onto the AbsoluteTelnet window to send a file to your server?
I use it every day and I LOVE it! Much more easy than FTP and so on. Too bad Solaris does not support it though... works fine on Linux, but why wouldn't it... :-)
msa (User)
Expert Boarder
Posts: 124
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#2005
Re: ZModem upload tips 21 Years, 1 Month ago  
You can always put the source code on Solaris and compile it there. The nice thing is that it works via Telnet, SSH1, SSH2, AND dialup. If you can connect to it, ZModem will work!! (if host support is present) This is unlike FTP which may or may not work due to firewall concerns or admin policy.

Something coming over the next few months will be SFTP, which is similar to FTP but is layered on top of SSH. An explorer-like interface will be used and drag/drop send and receive will be possible. Firewall concerns will be minimized because it tunnles through your existing connection ,but unfortunately it will only work for SSH.
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top