[Q] FTP Site to site transfer - Xperia Z Themes and Apps

Hey.
Do you guys know of an app that allows for direct transfers between two FTP sites?
I have two FTP servers running and I would like to push data from one to another without having to download the files to my Z first, then upload it to the other server.
I've tried searching but I have not been able to find anything useful.
Regards,
Hvilsted

Can't you just remote connect to one server and ftp from that server to the other ftp server? I don't think you can maintain two ftp simultaneous connections
Sent from my Xperia Z using XDA Free mobile app

Related

Can't access ftp

is the server down? I need --- custom__ruu_wizard_1050412_wwe_101_11210_wwe. rom
dache said:
is the server down? I need --- custom__ruu_wizard_1050412_wwe_101_11210_wwe. rom
Click to expand...
Click to collapse
I guess you can't access the Wiki either.
Yup sure can...
"To download files, just use your browser. Make sure you include the username and password in the URL. You can also use a FTP client, such as CuteFTP to transfer files from the ftp to your computer."
****Click****
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
What you can try:
Check your Internet connection. Try visiting another website to make sure you are connected.
Retype the address.
Go back to the previous page.
More information
This problem can be caused by a variety of issues, including:
Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
If this is an HTTPS (secure) address, click tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
For offline users
You can still view subscribed feeds and some recently viewed webpages.
To view subscribed feeds
Click the Favorites Center button , click Feeds, and then click the feed you want to view.
To view recently visited webpages (might not work on all pages)
Click Tools , and then click Work Offline.
Click the Favorites Center button , click History, and then click the page you want to view.
Anything else I can try? SmartFTP gives me "connected party did not properly respond after a period of time"
You ARE trying! However did you read the password section?
http://wiki.xda-developers.com/index.php?pagename=BA_FTP_Site
Login
Login with the following details (both in small letters)
Download User
Username: xda
Password: xda
The user xda can download from all folders.
The user xda can see all folders
Upload User
Username: xdaupload
Password. xda
The user xdaupload can upload in the upload section.
The user xdaupload can only see the upload section
Click to expand...
Click to collapse
Short and sweet, ftp://xda:[email protected]/
mines not working either..even with the password version
Yup -- still no go. Passwords, links, etc... FTP not working.
My IE7 and SmartFTP Client both work. If you're using Firefox you need to get the FTP plugin. Other than that I can only suggest your firewall, etc as it's up!
if the ftp works. why is this thread still open?
thanks it was the firewall...dache turn off windows firewall and youll be set
if some of u can't access ftp then u can do it via the xda site that then brings u to the ftp site some times i have the problem that i can't access ftp but going first to xda site and clicking the link to the ftp site brings me there never had problems with this method :
http://wiki.xda-developers.com/index.php?pagename=BA_FTP_Site

[Off-Topic] How do I setup a connection to my home web server?

(Don't blame me for being long-winded, I'm just explaning the situation (why I want to do all these) and also to prevent people from asking questions such as "Why do you even want to host your website at home?")
I want to pay for web hosting, but, as a student, I can't. I also want to host all my Android Development on my site, apart from XDA and Samdroid. But, I can't use a credit card (obviously, my country dosen't allow ownage of CCs before 21), and free web hosts (sorry for shouting) S*CK. Slow loading, banning because of CPU-hogging/ too many cron jobs, etc, etc... Also, my parents are paranoid about their credit card details being sold online at exorbitant prices. I do understand that web hosting is expensive, and it is not really wise to allow free web hosting, and I do not want to blame them for banning me, hence I decided to host my website from home. *catches breath* I do have some prior knowledge of fixing stuff, and whipping old parts into one lean mean computing machine. I've set up the computer, and configured my router. I can view the web site (It's good'ol wordpress) when I typed my local IP into the web browser from another computer in the home network. But, when I tried to access using the public IP from my school, I cannot enter the site. I have previously configured port-forwarding. I used No-IP's dynamic DNS client in this case. When I checked my public IP using different websites, all gave me different information. One gave me an IP with 255.244.***.***, another gave me 157.209.***.***, and others gave me 255.250.***.***
1) How do I make sure that when someone types in a URL or IP, it will show me what I want them to show?
2) Why are different websites give me different public IPs? No, I don't have a firewall, or a proxy.
We need more information:
1. Who is your internet provider
2. How do you connect? ADSL/SDSL/T1/Dial up?
3. If its ADSL/SDSL then you'll have a router (unless they've given you a USB modem for it). We'll need to know what type.
4. What's your concection speed, both down and more importantly up.
Now, assuming your ISP doesn't give you web space that you could use, then you'll need the following:
You'll need a dynamic dns service, some are free.
You'll need a router which can forward http (TCP port 80) traffic from the internet to your web server.
Once the router is forwarding http traffic to the web server, people on the internet will be able to access your website.
If you want to access it using the same address then you'll have to update your hosts file on your computer.
For windows this is in C:\windows\system32\drivers\etc\hosts
Add an entry like:
dynamic dns web address IP address of webserver
So if you've set up arikyeo.dyndns.org and your webserver's internal IP address is 192.168.0.200 then you'd add the following to the hosts file:
arikyeo.dyndns.org 192.168.0.200
xaccers said:
We need more information:
1. Who is your internet provider
2. How do you connect? ADSL/SDSL/T1/Dial up?
3. If its ADSL/SDSL then you'll have a router (unless they've given you a USB modem for it). We'll need to know what type.
4. What's your concection speed, both down and more importantly up.
Now, assuming your ISP doesn't give you web space that you could use, then you'll need the following:
You'll need a dynamic dns service, some are free.
You'll need a router which can forward http (TCP port 80) traffic from the internet to your web server.
Once the router is forwarding http traffic to the web server, people on the internet will be able to access your website.
If you want to access it using the same address then you'll have to update your hosts file on your computer.
For windows this is in C:\windows\system32\drivers\etc\hosts
Add an entry like:
dynamic dns web address IP address of webserver
So if you've set up arikyeo.dyndns.org and your webserver's internal IP address is 192.168.0.200 then you'd add the following to the hosts file:
arikyeo.dyndns.org 192.168.0.200
Click to expand...
Click to collapse
I used No-IP dynamic DNS service, with their client. But, it didn't work. I am using Singtel as my ISP, with a Linksys B/G router. I have forwarded the port 80 to the IP, and set port 80 as an exception. I can view the site locally, but not from the outside world.
Setup your no ip on their site as a port 80 forward. Forward this to the local port on your computer that you are using for the server. Log into your router and port forward the same port that you put in for the no ip into the from and to ports section and be sure its forwarding to your lan ip. After this is done then try it.
Sent from my DROID2 using XDA App
I see that you have already been told how best to start your server. I can also recommend instructions for collecting server statistics https://www.host-tracker.com/Blog/server_m/ This will come in handy for you in the future. Here you can configure notifications for server failures.

Vpn and browser

Hi
I have a vpn account to access files and servers. Remote desktop works fine. But when I try to connect to an ip VIA Any web browser its just cant connect! Dns works fine with rdp
Could someone help me?
Thank you
Sent from my GT-N7000 using xda premium

Help in Creating and connection to the networks

im new to xda forum
can anyone help in developing a app .
how can create or host a vpn network in android to have connection with other andriod that connect with the hosted vpn network
is there is anyway for hosting vpn in android (it can be connect using vpnservice)
any..?
thank you
First
Extract the servers from a VPN app of Google Play

Question Run ftp server

Hi i can run wifi ftp server which is available only when on wifi but i am trying to find a ftp server which i can run on my phone and can access over the internet (data)
Any suggestions?
FTP Server (Free) | F-Droid - Free and Open Source Android App Repository
Access your phone wirelessly
f-droid.org

Categories

Resources