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:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old December 22nd, 2003, 12:27 PM
sc_dan sc_dan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Ward, arkansas
Posts: 103 sc_dan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 5 m 51 sec
Reputation Power: 5
Send a message via ICQ to sc_dan Send a message via AIM to sc_dan Send a message via Yahoo to sc_dan
problem with ftping files

I could not find any other forum that this would belong in, so i posted here lol.

Anyway, i started using a new ftp program, and everytime that I download a file, edit it, then upload it.... it will give me internal server error (yes these are all perl files)

When i first download it, and open in notepad... every place where it should have a break in the line (code goes to next line, a hard return) there is a lil box like thing.

I've tried opening and saving with notepad, wordpad, and wod processor (ok, I knew word processor wouldnt work, but i was desperate)


anyone have any idea as to what could cause this?

Reply With Quote
  #2  
Old December 22nd, 2003, 01:05 PM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
What program is it that you are using?

Reply With Quote
  #3  
Old December 22nd, 2003, 01:28 PM
sc_dan sc_dan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Ward, arkansas
Posts: 103 sc_dan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 5 m 51 sec
Reputation Power: 5
Send a message via ICQ to sc_dan Send a message via AIM to sc_dan Send a message via Yahoo to sc_dan
ive used ftp navigator, my ftp, coffeefup ftp 2.0, and ws_ftp

all with the same results


i use notepad for my editing

Reply With Quote
  #4  
Old December 22nd, 2003, 01:39 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,643 jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 9th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 3 Days 18 h 37 m 28 sec
Reputation Power: 1591
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
You aren't downloading in binary are you?
__________________
Cheers,

Jamie


# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

# Any form of employment is strictly prohibited ......


__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.

__________________

Reply With Quote
  #5  
Old December 22nd, 2003, 11:55 PM
sc_dan sc_dan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Ward, arkansas
Posts: 103 sc_dan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 h 5 m 51 sec
Reputation Power: 5
Send a message via ICQ to sc_dan Send a message via AIM to sc_dan Send a message via Yahoo to sc_dan
no

Reply With Quote
  #6  
Old December 23rd, 2003, 11:33 PM
cheerios's Avatar
cheerios cheerios is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Sunshine State
Posts: 30 cheerios User rank is Private First Class (20 - 50 Reputation Level)cheerios User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Send a message via AIM to cheerios
I'm betting you're going between unix and windows? line breaks are represented differently on unix, on windows, and Mac OS. So, those little boxes are line endings that your OS doesn't recognise.

Solution: edit on the server? vim and emacs are both decent command line text editors (beware the vim learning curve, though).

another solution: global find/replace your little boxes and an end line. But I'm not sure how it'd work once you put it back up on your server. hope that made sense and will help...

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > problem with ftping files


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 4 hosted by Hostway