I have a PRN file I created in my program that (under Windows I can ftp to my printer)
Pseudo Code
Ftp 192.168.1.2 ' ftp printer address
<enter> ' User Id
Bin ' Enter binary mode
put "File Name" ' put the file to the printer
quit ' Done
Not sure how to do this same code using the FTP library.
Can I send a command Bin and then send a command put
Anyone got an example of this?
This will give me a 3rd way of printing in my program
1) Create PDFs a user can print using Cloud
2) Send PCL codes directly to Bluetooth Printer
3) Ftp PCL codes (from file) directly to printers IP address
Thanks
BobVal
Pseudo Code
Ftp 192.168.1.2 ' ftp printer address
<enter> ' User Id
Bin ' Enter binary mode
put "File Name" ' put the file to the printer
quit ' Done
Not sure how to do this same code using the FTP library.
Can I send a command Bin and then send a command put
Anyone got an example of this?
This will give me a 3rd way of printing in my program
1) Create PDFs a user can print using Cloud
2) Send PCL codes directly to Bluetooth Printer
3) Ftp PCL codes (from file) directly to printers IP address
Thanks
BobVal