FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 21st, 2005, 04:56 AM
tinggg tinggg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Posts: 2 tinggg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 45 sec
Reputation Power: 0
FTP Problem - Any ideas?

Hi

I signed up for a hosting account. Using Dreamweaver MX, I setup my site to FTP. I tested all my login details and I can connect to the server. When I click 'test' next to the login information I get the message 'Macromedia Dreamweaver MX 2004 has connected to your Web server successfully'

There is a 'Use Passive FTP' option but I have not got this box ticked.

When I first try to upload files to the server I get a message:

'Dreamweaver cannot determine the remote server time. The Select newer and Synchronise commands will not be available'.

I click okay - I try to upload the files and I finally get an error message:

'An FTP error occured - cannot put xxx.jpeg - Dreamwever incountered an internal data - please try the operation again'.

I am not able to upload any files to the server despite being able to connect to the server. I have other sites hosted elsewhere and have not had this problem - the host says he has seen this before but can't remember the fix

Any ideas on what is causing this problem?

Thanks

Reply With Quote
  #2  
Old July 21st, 2005, 01:54 PM
codergeek42's Avatar
codergeek42 codergeek42 is offline
[Insert clever comment here.]
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Jul 2003
Location: Anaheim, CA (USA)
Posts: 6,438 codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 39542 Folding Title: Starter FolderFolding Points: 39542 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 6 Days 11 h 34 m 9 sec
Reputation Power: 1158
Send a message via ICQ to codergeek42 Send a message via AIM to codergeek42 Send a message via Yahoo to codergeek42 Send a message via Google Talk to codergeek42
Try enabling Passive FTP mode. Perhaps it's an issue with your firewall (which passive FTP mode effectively bypasses).
Comments on this post
Veamon agrees: I would do the same, not sure what passive does, but it usually fixes connection errors for me
__________________
~~ Peter ~~
( My Blog: It's exactly like normal nerdiness, but completely different. ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key )

Reply With Quote
  #3  
Old August 22nd, 2005, 11:50 PM
codergeek42's Avatar
codergeek42 codergeek42 is offline
[Insert clever comment here.]
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Jul 2003
Location: Anaheim, CA (USA)
Posts: 6,438 codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)codergeek42 User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 39542 Folding Title: Starter FolderFolding Points: 39542 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 6 Days 11 h 34 m 9 sec
Reputation Power: 1158
Send a message via ICQ to codergeek42 Send a message via AIM to codergeek42 Send a message via Yahoo to codergeek42 Send a message via Google Talk to codergeek42
Quote:
Veamon agrees: I would do the same, not sure what passive does, but it usually fixes connection errors for me
Just for information's sake: In a normal FTP connection, the client sends a PORT command with its IP address and a port on which the server can use to initiate a transfer.

Client: "Hey, server, give me this file. You can connect to me at this port to transfer the file."

The server then attempts to connect to the client on that port to transfer a file, etc. This usually does not work with firewalls, since they block most-if not all-incoming connection attempts, and only allow outbound connections.

This is precisely what passive FTP mode tries to cope with, however. With passive FTP mode, the client sends a PASV command and, and so the client initiates the data transfer, which allows it to go past the firewall and successfully transfer the file.

Client: "Hey, server, go into passive mode"
Server: "Ok. I'm in passive mode. What now?"
Client: "Ok. Transfer this file to me."
Server: "Ok. Connect to me on this port and I'll give you that file."
Client: "Will do."


That's my understanding of it, anyway. You can find more information about passive FTP here, here, and here. A search on your favorite search engine (Google's really great) should also turn up more information if you're interested.

Cheers.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > FTP Problem - Any ideas?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT