|
||||
Re: Any good FTP Server software?
that's true...the ip address constantly changes. i primarily use it to send cab files, etc. to my bro and cousins. i first browse to the file i want using opera mobile...and then copy and paste the link, and send them the link via sms.
they never pay attention to the ip address. just happy to receive the link, and the file. |
|
||||
Re: Any good FTP Server software?upload
Quote:
I think FileZilla is the best for you . Because this software is good and easy to upload a file try it. ________________________ Corporate clothing Tee Shirt printing Last edited by alyssa; 03-03-2009 at 04:14 AM. |
|
||||
Re: Any good FTP Server software?
The dns issues can easily be overcome using dyndns.org. I havn't found a decent update client so I wrote one with mortscript if you want it. Another option could be the "mobile web server" i saw in the ppckitchen recently... it has a dyndns function built-in, and for simply sharing the odd file would be fine.
|
|
||||
Re: Any good FTP Server software?
OK, that sounds really cool. Where can we get your DYNDNS updater?
thanks Quote:
|
|
||||
Re: Any good FTP Server software?
Well I went ahead and wrote a little launcher for the ftp server. Assumes you have it installed on storage card but you can change the path easy enough.
REMOVE the .TXT extension, then change [YOURHOST] and save onto the phone.. ie - hostname=myphone.dyndns.org The 1st time you run this IE will ask for your dyndns username/password, make sure you save them. From then on it will auto authenticate then launch the ftpserver. Can't find a way to make mortscript authenticate by itself so thats why ie has to be launched instead. Code:
Run( "\Windows\iexplore.exe", "http://members.dyndns.org/nic/update?hostname=[YOURHOST]" ) Sleep(3000) Run( "\Storage Card\Program Files\Communication\ftp server\mftpd.exe") Exit |
|
||||
Re: Any good FTP Server software?upload
Quote:
![]() |
![]() |
|
|
|