The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



CBMSTUFF FORUM
File Transfer - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1)
+--- Forum: WiModem (https://www.cbmstuff.com/forum/forumdisplay.php?fid=75)
+---- Forum: Usage (https://www.cbmstuff.com/forum/forumdisplay.php?fid=77)
+---- Thread: File Transfer (/showthread.php?tid=376)

Pages: 1 2 3 4


RE: File Transfer - Zeropage - 03-21-2017

(03-21-2017, 10:52 AM)Digital Man Wrote: Cool thanks.  How difficult would it be to add some type of file browser?  Where from the Commodore I can browse and select what files to download?  Probably more complicated than it sounds?

I'm working on exactly that now.


RE: File Transfer - Digital Man - 03-21-2017

(03-21-2017, 11:35 AM)Zeropage Wrote:
(03-21-2017, 10:52 AM)Digital Man Wrote: Cool thanks.  How difficult would it be to add some type of file browser?  Where from the Commodore I can browse and select what files to download?  Probably more complicated than it sounds?

I'm working on exactly that now.

Big Grin


RE: File Transfer - admin - 03-21-2017

Nice! Everyone - don't forget to donate via ZeroPage's web page!


RE: File Transfer - Digital Man - 03-22-2017

Silly question but can I send a T64 (tape image) and save it as a prg using this method?


RE: File Transfer - Zeropage - 03-22-2017

(03-22-2017, 02:24 PM)Digital Man Wrote: Silly question but can I send a T64 (tape image) and save it as a prg using this method?

No, I dont think so.
You can send it, but the c64 wont know what to do with it.

Better to extract the prg files and send them.


RE: File Transfer - Digital Man - 03-22-2017

(03-22-2017, 03:40 PM)Zeropage Wrote:
(03-22-2017, 02:24 PM)Digital Man Wrote: Silly question but can I send a T64 (tape image) and save it as a prg using this method?

No, I dont think so.
You can send it, but the c64 wont know what to do with it.

Better to extract the prg files and send them.

That's what I thought.  Whats the best tool for that?  Dirmaster doesn't seem to be working for me.


RE: File Transfer - Digital Man - 03-22-2017

(03-22-2017, 04:17 PM)Digital Man Wrote:
(03-22-2017, 03:40 PM)Zeropage Wrote: [quote pid='2359' dateline='1490217864']
No, I dont think so.
You can send it, but the c64 wont know what to do with it.

Better to extract the prg files and send them.

That's what I thought.  Whats the best tool for that?  Dirmaster doesn't seem to be working for me.
[/quote]
Actually just got it figured out with Dirmaster.


RE: File Transfer - Zeropage - 04-04-2017

Version 1.1 is now available for download.


Version 1.1
Added the ability to browse the pc host using standard DOS commands(DIR,CD <DIRECTORY> etc) from the terminal on the c64.
WARNING! Please be aware that this is a fully blown dos CMD wrapper so it is possible to delete files on the host if you want to do so.


Added the ZGET Command.
 - Type ZGET <FILENAME> to get the file via ZMODEM. Wildcards are supported e.g ZGET *.* will get all files in the current folder.

  Note that 80 column mode is strongly recommended while working like this.


RE: File Transfer - admin - 04-04-2017

Nice update!


RE: File Transfer - Digital Man - 04-04-2017

[quote pid='2401' dateline='1491305681']
Version 1.1
Added the ability to browse the pc host using standard DOS commands(DIR,CD <DIRECTORY> etc) from the terminal on the c64.
WARNING! Please be aware that this is a fully blown dos CMD wrapper so it is possible to delete files on the host if you want to do so.

[/quote]
This is awesome!  Thank you! 
For security, I'd love to be able to lock it down to specific folders.
Great feature.