plz someone give me step to step information about ftp client configuration...and ho it works..which is the best res o or total commander.....from where can i download ftp sites?plz help needed...
Related
Hi all,
Please let me know where can I get some Pocket PC tools for free.
I'm a new comer in this domain, I want to get some sample code and docs
for this.
Please help!
Thanks,
Khang Le ([email protected])
This iste is in French, but all is free:
http://ppcf.mklabs.com/index.php
(look in categories: utilitaires for tools)
Try also:
http://www.ipaqsoft.net/
And look in:
http://www.pocketpcmag.com/bestsites.asp
where you can find sites for freeware
This site is in French, but all is free:
http://ppcf.mklabs.com/index.php
(look in categories: utilitaires for tools)
Try also:
http://www.ipaqsoft.net/
And look in:
http://www.pocketpcmag.com/bestsites.asp
where you can find sites for freeware
pocketgear.com and handango.com have freeware too....
trybear share its a down load thingy i found loads on there also
http://www.armadillo.trousers.btinternet.co.uk/ppcfree.htm
have fun
Check out this :
http://www.pocketpcfreewares.com/index.php?setlang=German
Do not worry, you can select another lang.
:lol:
can someone help me to configure my GPRS conection the data is:
IP:
010.099.000.010
access point:
gprs.digitel.ve
don't have domain nor anything else
thanx
Hi all,
I am running CyanogenMOD 10.1 on my Samsung Galaxy SII i9100G.
To access all features of my university I have to connect to the university network with a VPN connection.
At first I installet the OpenVPN client for Android, which is working fine.
But now, since CyanogenMOD has a built in VPN client, I want to transfer my settings there. So I do not have to use additional software.
My problem is: I am not able to see through the configuration file. For OpenVPN I use a given configuration file and a certificate but I have no idea how to transfer the settings from that file to the CyanogenMOD VPN.
Has anyone here experiences with that? Or can help me with my problem?
I would really apprechiate some help here, because my search did not bring out any results on that...
Here is the content of the configuration file:
Code:
client
dev tun
proto udp
remote 123.456.789.0 1234
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.cer
cipher AES-256-CBC
verb 3
auth SHA1
auth-user-pass
inactive 600
route-method exe
route-delay 2
tls-remote vpnserver01
ns-cert-type server
Thank you!!
Folks, I am stumped. I need help. I used to run an FTP server on my E4200v1 router, and I had my music available to stream to all of my Android devices anywhere on the Internet. Anytime, anywhere. Everything was just fine and dandy ... that is, until I switched to a new kick-ass router (Netgear's R7000). This one has an FTP server too, and much better USB throughput. So I configured R7000's FTP server (bftpd) in a similar way to E4200's FTP server (see configuration file below). Regular FTP clients, regardless of the platform, work just fine, and Windows FTP streaming clients stream music just fine. It is only Android music streaming clients that do not work anymore. It's just mind boggling! How can this be? Anyway, I did some digging, and uncovered VLC's log (see below): it turns out that VLC just cannot find the file on the FTP server! No other Android streaming client works either, and I am tempted to assume that that is due to the same reason as VLC. Please help! I am attaching below the relevant excerpt from VLC's log, as well as the FTP server's configuration file. My hunch is that there's something rotten in the FTP server's configuration that prevents VLC from finding the file. Many thanks!
Here's VLC's log:
Code:
main access: net: connecting to aqualung.mynetgear.com port 58692
main access: connection succeeded (socket = 53)
ftp access: received response: "230 User logged in."
ftp access: connection accepted (230)
ftp access: sending request: "FEAT" (6 bytes)
ftp access: received response: "211-Extensions supported:"
ftp access: sending request: "USER admin" (12 bytes)
ftp access: received response: "230 User logged in."
ftp access: user accepted
ftp access: sending request: "EPSV ALL" (10 bytes)
ftp access: received response: "229 Entering extended passive mode (|||58472|)"
ftp access: sending request: "TYPE I" (8 bytes)
ftp access: received response: "200 Transfer type changed to BINARY"
[COLOR="Red"][COLOR="Yellow"][COLOR="Red"]ftp access: sending request: "SIZE shares/RouterHDD/Fernando.flac" (37 bytes)
ftp access: received response: "550 Error: No such file or directory."
ftp access: sending request: "CWD shares/RouterHDD/Fernando.flac" (36 bytes)
ftp access: received response: "451 Error: No such file or directory."
ftp access: file or directory does not exist
main access: no access modules matched
main input: open of `ftp://admin:[email protected]:58692/shares/RouterHDD/Fernando.flac' failed
main input: Your input can't be opened
main input: VLC is unable to open the MRL 'ftp://admin:[email protected]:58692/shares/RouterHDD/Fernando.flac'. Check the log for details.
main input: Destroying the input for 'ftp://aqualung.mynetgear.com:58692/shares/RouterHDD/Fernando.flac'[/COLOR][/COLOR][/COLOR]
Here goes the FTP server's config file as well:
Code:
global {
DENY_LOGIN="no"
PORT="58692"
PASSIVE_PORTS="30001-30050"
DATAPORT20="no"
ADMIN_PASS="x"
PATH_BFTPDUTMP=""
XFER_BUFSIZE="131072"
XFER_DELAY="0"
ALLOW_FXP="no"
CONTROL_TIMEOUT="300"
DATA_TIMEOUT="30"
RATIO="none"
ROOTDIR="/tmp"
UMASK="022"
LOGFILE="/var/log/bftpd.log"
HELLO_STRING="bftpd %v at %i ready."
AUTO_CHDIR="/shares"
AUTH="PASSWD"
RESOLVE_CLIENT_IP="no"
MOTD_GLOBAL="/etc/ftpmotd"
MOTD_USER="/.ftpmotd"
RESOLVE_UIDS="yes"
DO_CHROOT="yes"
LOG_WTMP="no"
BIND_TO_ADDR="96.42.222.53"
PATH_FTPUSERS="/tmp/ftpusers"
AUTH_ETCSHELLS="no"
HIDE_GROUP=""
QUIT_MSG="See you later..."
USERLIMIT_GLOBAL="0"
USERLIMIT_SINGLEUSER="0"
USERLIMIT_HOST="0"
GZ_UPLOAD="no"
GZ_DOWNLOAD="no"
}
user admin {
ALLOWCOMMAND_NLST="yes"
ALLOWCOMMAND_LIST="yes"
ALLOWCOMMAND_DELE="yes"
ALLOWCOMMAND_STOR="yes"
ALLOWCOMMAND_MKD="yes"
ALLOWCOMMAND_RMD="yes"
ALLOWCOMMAND_XMKD="yes"
ALLOWCOMMAND_XRMD="yes"
directory "/shares" {
ALLOWCOMMAND_DELE="no"
ALLOWCOMMAND_STOR="no"
ALLOWCOMMAND_MKD="no"
ALLOWCOMMAND_RMD="no"
ALLOWCOMMAND_XMKD="no"
ALLOWCOMMAND_XRMD="no"
}
}
user guest {
ANONYMOUS_USER="yes"
ALLOWCOMMAND_NLST="yes"
ALLOWCOMMAND_LIST="yes"
ALLOWCOMMAND_RETR="yes"
ALLOWCOMMAND_DELE="yes"
ALLOWCOMMAND_STOR="yes"
ALLOWCOMMAND_MKD="yes"
ALLOWCOMMAND_RMD="yes"
ALLOWCOMMAND_XMKD="yes"
ALLOWCOMMAND_XRMD="yes"
directory "/mnt/usb0/part1" {
ALLOWCOMMAND_NLST="yes"
ALLOWCOMMAND_LIST="yes"
ALLOWCOMMAND_RETR="yes"
ALLOWCOMMAND_DELE="yes"
ALLOWCOMMAND_STOR="yes"
ALLOWCOMMAND_MKD="yes"
ALLOWCOMMAND_RMD="yes"
ALLOWCOMMAND_XMKD="yes"
ALLOWCOMMAND_XRMD="yes"
}
directory "/shares" {
ALLOWCOMMAND_DELE="no"
ALLOWCOMMAND_STOR="no"
ALLOWCOMMAND_MKD="no"
ALLOWCOMMAND_RMD="no"
ALLOWCOMMAND_XMKD="no"
ALLOWCOMMAND_XRMD="no"
}
}
My hope is that somebody who knows how to read these things might be able to spot issues. Again, many thanks!
I am trying to develop a sample java app to connect my bluetooth laptop(UIbuntu 14) with my Android Phone(Moto E 1st gen) through Obex FTP.
I used the following lines
Using libraries : bluecove-2.1.1-Snapshot.jar, bluecove-gpl-2.1.1.-Snapshot.jar
String btURL = "btgoep://806C1BD808F0:10;authenticate=false;encrypt=false;master=false";
ClientSession conn = (ClientSession) Connector.open(btURL);
But IOException generated : Failed to connect [111] Connection refused. Dont know what is causing. Can anybody help me?