summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/filereceive.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20Some fixes for receiving files via {x,y,z}modem:josef1-1/+6
- let transfer dialog reset progress bar when finished - typo: s/Sent/Received in received confirmation dialog - specify filename for xmodem (the man page is not very clear about this, but it doesn't work without filename!) - add --overwrite Here's the big problem: For user security, I'd rather use --rename than --overwrite (or make it configurable). But: * --rename is not supported at all by rx/rz/... * --overwrite is not supported by ymodem * --overwrite is always used by xmodem even if not used I want to kick the authors of rz now... Anybody knows a solution?
2002-10-15Remove debugging outputzecke1-2/+0
Fix possible crashes in io_bt and io_irda
2002-10-13Move some stuff in filetransfer aroundzecke1-0/+159
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though