FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

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 October 30th, 2000, 07:58 PM
smeelen smeelen is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2000
Posts: 33 smeelen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
I'm trying to upload a file on my local
computer to the server.

i know the script is allright, i also
tried to rename files and that worked

but i can't upload a file from my local harddisk d: to the server

here's the script i use :
<?

$server = '*******'; //changed for this example
$user = '*****'; //changed for this example
$pass = '******'; //changed for this example

$source_file = 'd:background.gif';
$destination_file = '/opt/guide/www.mydomain.nl/HTML/images/testbackground.gif';

$ftp_connect = ftp_connect ($server)
or die ("Could not connect to $server");

$ftp = ftp_login ($ftp_connect, $user, $pass)
or die ("Authentication failed");

$result=ftp_put ($ftp, "$destination_file", $source_file, FTP_BINARY);

if ($result)
print "file uploaded";
else
print "Not uploaded";

ftp_quit ($ftp);

?>

i keep getting the error message :
Warning: error opening d:background.gif in /opt/guide/www.egifts.nl/HTML/testrename.php3 on line 20


What am i doing wrong ????

Thanks for your help !

Jan, The Netherlands.

Reply With Quote
  #2  
Old September 23rd, 2001, 03:03 PM
Legendre Legendre is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2001
Posts: 1 Legendre User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Pretty old message. But I miss the answer - since I have the same problem. Although my local file path is "c:/test.txt". The same error message. I tried "c://test.txt" and also "c:\test.txt", but with no effect.
Thanks for advice.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > ftp_put() upload from local file D: ?

Developer Shed Advertisers and Affiliates



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 | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap