Debian Configuration :: Cannot Upload Pics To Facebook But Can Download Normally
Apr 30, 2011
I am using debian squeeze, with browsers chrome, firefox, and flashplugins installed.
I get online via ipv4 DSL, pppoe(I don't quite sure their relationships), I can browse websites, watch flash smoothly, can download softwares from websites to my desktop PC via the browser chrome or firefox with speed about 200kB/s, if I download an some 700MB ubuntu iso from ftp6.sjtu.edu.cn, it reaches 10MB/s.
The thing is, I can't upload files from my PC to online disks(say [url], [url] via browser (firefox, chrome etc), can't send email with an attach file even as small as 1MB via broser, can't post topics on this forum with attachment, can't upload pics to Facebook.
When I try do these "upload things", the web browser just stays there and doesn't refresh. Some online disks have a instant upload speed of 10kb/s ,then it quickly slow down to less than 200b/s, finally it stoped there ,and say "upload failed, network failure".
Here is my configuration files or test results.
View 3 Replies
ADVERTISEMENT
Sep 7, 2011
I rent a dedicated virtual server (ve) from Media Temple. It is one of those servers where they give you the base OS install and then you have to install all of your own applications.
Anyways, setting up the FTP software for the server has been hell. I am using ProFTPd and Webmin 1.510. I am able to log into the FTP and upload files to any of the directories that I have created.
The issue here is that I cannot download anything from my server via FTP. I have tried multiple clients (Filezilla is what I use normally), but they all come back with "Transfer cannot be started".
View 1 Replies
View Related
Jul 29, 2011
Well I have vsftpd working flawlessly in a file browser or ftp client. I can log in, upload and download; but I cannot upload or download through a web browser. I have tried IE8/9, firefox, iceweasel and epiphany to no avail.
View 1 Replies
View Related
Dec 25, 2010
I'm running F14, and i'm having an annoying issue - I can't upload photos to facebook. I have flash player installed, but when i hit the button to create an album in facebook, it tells me i need to install flash. I use opera, but the problem also exists when i try firefox. However, i'm running ubuntu on my netbook, also with opera, and here it works just fine.
View 4 Replies
View Related
Oct 29, 2010
Does anybody have an idea why I can't upload photos to Facebook?Always when I try to do it, both in Firefox and in Opera the message "The connection has been reset" appears... What could be the reason? Could it also be a problem with my router or provider? Because I presume the problem exists, since I have moved flat.
View 4 Replies
View Related
Oct 24, 2010
I can't upload photos to facebook and I'am using Squid
It gives me this
ERROR The requested URL could not be retrieved
While trying to retrieve the URL: [URL]
The following error was encountered:
Read Error
The system returned: (104) Connection reset by peer
An error condition occurred while reading data from the network. Please retry your request.
Your cache administrator is webmaster. Generated Sun, 24 Oct 2010 20:24:00 GMT by hermanon (squid/2.7.STABLE3)
View 1 Replies
View Related
Apr 10, 2011
The problem is said in the title. if i use facebooks normal uploader (basic uploader, u name it) it will zoom into the
is there some workaround to be able to use the normal uploader and be able to zoom into the photos so i know what i am uploading?
i don't want to reboot in windows every time i need to upload something but at the same time i want commodity...
Distro:ubuntu
vers: 10.04.1
View 2 Replies
View Related
Jul 22, 2010
I finally have my system to where I can connect to proftpd but my uploads fail. I think my problem lies in the upload folder. I do not really understand where to put it. Will someone look at this config file and tell me where to put it and what I need to do to get it working. A basic anonymous configuration, no upload directories.
[code]...
View 14 Replies
View Related
Aug 5, 2011
A few months back I performed a routine aptitude upgrade on a Squeeze installation on a DELL Vostro desktop. My eth0 upload speed is now very bad although download speed is good. I suspect that it could be related to my other problem [URL] which was caused by the OS enabling noveau driver instead of the installed NVIDIA proprietary drivers.
dmesg says:
eth0: Tigon3 [partno(BCM57788) rev 577880001] (PCI Express) MAC address 00:26:2d:23:a0:a5
eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_address=300:01)
eth0: RXcsums[1] LinkChgREG[0] MIrq[0] ASF[0] TSOcap[1]
eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Where do I start to troubleshoot?
View 4 Replies
View Related
Mar 13, 2010
11.2 Old?? camera phone-just want the pics into my PC, have CA-50 USB cable.
View 2 Replies
View Related
Jul 30, 2011
i have VPS server and i installed Xserver on it and all ok i created new user for my client but i need to limit his access to the following
he can download and upload to his home file " browser by Firefox"
he can't install or use any application "just the one i installed it"
he can't see the file system or browser it !! if i can give him specific space on harddisk would be better
he can extract and compress files
he can't edit the settings ....
i have another sensitive folder and setting i don't want him to see it so how to limit his access?
View 8 Replies
View Related
Jul 25, 2011
Strange issue I have (among others) is that I can upload a file to my ftp site, but cannot download the same file I just uploaded.
I was able to do this before I reinstalled FC15 from scratch due to samba issues (which are still issues that I am working on!) what settings I need to change so I can upload AND download.
View 14 Replies
View Related
Mar 8, 2011
I need to know about one thing . In ftp in linux , If I want to do only upload a file into a folder but not download, then is it possible to do ? I just only upload or download a file onto or from a folder ....
View 4 Replies
View Related
Jul 8, 2011
Gwibber doesnot display the messages for Facebook Need a good GUI based download manager like Kget for Fedora
View 9 Replies
View Related
Sep 12, 2010
Anyone know of a upload/download monitor for suse 11.3
View 3 Replies
View Related
Jul 4, 2010
How do I download (upload) engrave-11.py from "Simple G-Code Generators Written in Python"? One of my home workshop project is a small engraver using a small micrometer linear table and three small steppers. It works fine with Stickfont - a free download - but I need something more sophisticated such as Engrave-11.py. When I follow the instructions from the Wiki I finish up with what I believe to be the source code and no means of generating an executable file.
View 5 Replies
View Related
Jun 1, 2011
I want to know what is the best way/practice to let users upload and download files? I want to be able to let the user upload a file, list all the files uploaded, and allow him to download any file from that list, also delete a file. To my understanding I can make a php script to let them do this and the uploaded files are in a specific folder in the server or I can insert the files into a SQL table. Which direction should I go, let them directly upload the files to a specific folder (no SQL involve), or upload the files into a SQL table?
View 1 Replies
View Related
Jul 8, 2010
I have the following network setup:
The idea is to separate the download and the upload, namely to send the upload on Net1 and the download on Net2, completely transparent to the client. My first ideas were using simple routing rules....having the default gateway for Gateway A over Net1 and having the route to the client in Gateway B over Net2. However, if I do that, the packets arriving in Gateway B from the client, aren't forwarded anymore. The same thing happens if I don't have any route to the client in Gateway B. In order to forward the packets, does it really matter if the router knows how to route to the source and does it really mater if the packet arrives on the same interface as the routing rules point to?
View 1 Replies
View Related
Dec 29, 2009
is there any PHP upload/download connection speed test script out there
View 2 Replies
View Related
Nov 5, 2010
I've installed a fresh centos5 box and installed vsftpd however my first test user does not have permissions to his own home directory.
Quote:Status:Connecting to x.x.x.x:21...
Status:Connection established, waiting for welcome message...
Response:220 Welcome
Command:USER xxxxxxx
[Code].....
View 3 Replies
View Related
May 31, 2011
I want to know if I can download Fedora's firewall config utility and convert it to a .deb file using alien.
View 6 Replies
View Related
Mar 31, 2010
i need help im trying to get my new c903 phone linked to my pc but need the software i only have ubunto on my pc and it says run with windows or vista! is they anyway i can download and upload of my phone useing ubunto?
View 3 Replies
View Related
Nov 18, 2010
This may be impossibly easy or easily impossible, but I'm looking for a step by step guide to download an entire program onto a jump drive, then to drop that program onto another computer.
View 2 Replies
View Related
Feb 7, 2011
When I'm using Ubuntu, I like to use the "system monitor" - specifically to monitor the network upload and download speed.
View 1 Replies
View Related
Apr 13, 2010
from vuze(bit torrent client) it shows my total download speed to be 20.56 KB/s....while my network monitor tool shows a speed around 72.41 KB/s. Similar is the case with upload speed. In much simple words the download/upload speed that vuze shows appears to be less than that shown by the network monitor tool.I must mention that at the time vuze was running there was no other simultaneous downloads.I don't understand why this is so?Is there any tool that can give me the exact information of downloading & uploading speed or rather any tool that can give me the details of uploads/downloads presently going on.
View 2 Replies
View Related
Feb 18, 2010
I have few Windows and Linux Machines and am in verse to monitor what upload and download is being performed as the network system are running in slow pace.Any one who can recommend a tool or utility which can track uploads and download in a network.If it can track who is downloading or uploading with what size of data could really benefit.
View 8 Replies
View Related
Dec 30, 2010
I have two questions.
1- The vfstpd is running on the Centos server. The server is in the same home network. The SeLinux and firewall are disabled. I can use Filzilla from a Windows PC from another computer and connect and see directory listing. There is a user names adminftp and he is a memeber of root group. When I try to upload or download I get an ftp critical error message.
2- How can I install Adobe Acrobat Reader, Flash Player and Adobe Shockwave on this Linux box?
View 15 Replies
View Related
Sep 20, 2010
I configured non-anonymous ftp server in my Ubuntu 10.04.it's working downloading and uploading through thrid party software like filezilla.Now i think that without using any other software i want to upload and download the ftp content in browser it'self.i heard that using webmin i can upload and download ftp data sharing through browser.
View 6 Replies
View Related
Oct 21, 2010
i want to set upload /download limit in squid for particular ip address.
View 7 Replies
View Related
Jun 2, 2011
I have already tried trickle and wondershaper. I need a program that can limit the speed of download/upload of an already running program. Similar to the how NetLimiter in Windows limits already running processes. Using Linux.
View 1 Replies
View Related