Fred588 wrote:BTW, file encrypting (insofar as I understand) is often done as part of the process of sending it. I THINK it is done using some sort of key provided by the recipient. It just might be that some service provider's security systems detect the encryption and block the transfer. I am, of course, guessing.
Fred's makes a good point here, most likely the data is being encrypted for the transfer. Usually this is done using a utility called SFTP (Secure File Transfer Protocol), because it's Opensource and free. SFTP uses private/public key encryption when transferring data. On connection the receiving server broadcasts a public key which the sending server uses to encrypt the data being sent. The receiving server then decrypts the data using the private key. This is a well established process and shouldn't cause any problems; however, things can get a little more complicated in cross architecture transfers (e.g. Windows to Unix, etc) where collating sequence (i.e. what bit patterns represent which characters) translation is required and it is conceivable that this may be at least part of the issue. I've encountered a similar situation with an email system sending encrypted data, the standard Outlook setup includes a 7 bit/8 bit conversion that ignored and the boundaries of the encrypted data and happily went through it converting certain pairs of characters into control characters (e.g. Newline). This corrupted the encrypted blocks making them unreadable, I wouldn't be surprised if something similar was happening here.
I've had the same issue as Schlamm but got around it by editing the image file to change it slightly, after which it uploaded successfully. I know Schlamm has tried this unsuccessfully, so it may be that I was just lucky.
Mudmaiden's issue is different, I get this one quite regularly myself. It's usually first thing in the morning after I've just started my PC and gone into QSFans to see what new postings have appeared overnight. The "hang" is usually discovered on trying to back out of a page. Attempting to go back in results in an "unresponsive" or too long to respond message and diagnostics tell me that GoDaddy has temporarily blocked my I/P. I haven't done any testing (I may try later) but has occurred to me that it's possible that my I/P changed overnight (engineers working on the line bounced the connection etc) and that this may be what is freaking GoDaddy, thought I can't see why it should. My other assumption is that it may be due to them backing up their servers.