Author Topic: Re-enable Ftp Sync On V3 Rom  (Read 2051 times)

pengunassasin

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • http://
Re-enable Ftp Sync On V3 Rom
« on: May 08, 2007, 01:17:12 pm »
ok. im running Cacko/crow (that malovsky points to) on an sl-5500
it is obviously a v3 rom because there is no doctab, but a files tab.
I want to use FTP to let Qtopia Desktop sync over a LAN.
HOWEVER, the v3 rom removed the ftpd.  
I have installed troll-ftpd and can ftp into the Z on port 21. how do I (without alot of work) set troll-ftpd to run on port 4242, or have port 4242 connections REALLY connect to port 21.
Im using QTopia Desktop 2.n from QTopia's FTP server.  
Cacko/Crow rom from Schwag (rom --.--) on an SL-5500 with
AmbiCom 802.11b wifi card (CF) + 1gb SanDisl SD Card (/home/) Usb-storage_1.0.0_arm and sudo_2.3_unofficial for mounting /home/ as a removable ext2 disk
ext2ifs for WinXP QTopia Desktop 2 (some version)
HancomOffice (Word, Sheet, Presenter) from Stock SHARP rom (ripped by hand!)

pengunassasin

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • http://
Re-enable Ftp Sync On V3 Rom
« Reply #1 on: May 09, 2007, 05:32:09 pm »
OK. there is a way to do this. simply do this at a terminal
Code: [Select]
su
echo "checking if we can get the initial port 21:"
nc localhost 21
echo "forwarding port 21 to port 4242 via netcat tunneling"
nc -l -p 4242 | nc localhost 21

this should allow you to access your Z via FTP on Port 4242 (the FTP sync port) on v3 roms with the troll-ftpd package (or any other ftp daemon that can run / as /home/documents/Zaurus/)
Cacko/Crow rom from Schwag (rom --.--) on an SL-5500 with
AmbiCom 802.11b wifi card (CF) + 1gb SanDisl SD Card (/home/) Usb-storage_1.0.0_arm and sudo_2.3_unofficial for mounting /home/ as a removable ext2 disk
ext2ifs for WinXP QTopia Desktop 2 (some version)
HancomOffice (Word, Sheet, Presenter) from Stock SHARP rom (ripped by hand!)