upload on server


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting upload on server
# 1  
Old 07-12-2011
upload on server

salmo allim warhmat allah wa brakato

i face another problem with ftp protocol

i have my server when upload with ftp on my server
it upload when access from internet with URL can't find any thing
that i get from ftp commend that upload in

Current directory is /home/user name
when access with URL i can't find /home/user name

when do ftp cd ..
permission denied

???????

thanks
# 2  
Old 07-12-2011
Quote:
Originally Posted by pua06
it upload when access from internet with URL can't find any thing
sorry, come again?
Quote:
that i get from ftp commend that upload in

Current directory is /home/user name
when access with URL i can't find /home/user name
Usually with URL you don't get /home/username. But it depends what you mean by "access with url". What are you actually doing?
Quote:
when do ftp cd ..
permission denied

???????

thanks
It means what it says; you don't have access to one directory up from there.
# 3  
Old 07-12-2011
Quote:
Originally Posted by Corona688
sorry, come again? Usually with URL you don't get /home/username. But it depends what you mean by "access with url". What are you actually doing? It means what it says; you don't have access to one directory up from there.

thanks for reply
i wanted if i can to open this files with http something like that

or
i did sub directory in server and put on it files
when access with ftp URL to this sub directory need username and password
it's ok
but the worst thing that when open any file in this subdirectory it need also user name and password
no way to get only first time not every access file?

thanks again
# 4  
Old 07-12-2011
Quote:
Originally Posted by pua06
thanks for reply
i wanted if i can to open this files with http something like that
Depends on the server. HTTP and FTP aren't the same at all, but sometimes you can get access to /home/username/public_html/ with http://somesite.com/~username/

Quote:
i did sub directory in server and put on it files
sorry, what?
Quote:
when access with ftp URL to this sub directory need username and password
it's ok
but the worst thing that when open any file in this subdirectory it need also user name and password
no way to get only first time not every access file?
I'm not sure what you mean. What exactly are you doing?
This User Gave Thanks to Corona688 For This Post:
# 5  
Old 07-12-2011
really thanks
/home/username/public_html/
solved thanks


Quote:
when access with ftp URL to this sub directory need username and password
it's ok
but the worst thing that when open any file in this subdirectory it need also user name and password
no way to get only first time not every access file?
i meant with URL FTP
LIKE ftp: //www. example.com/host
want user and password when open any file in folder host it need also password and user name
no way to enter user and password only one time

thanks so much
# 6  
Old 07-12-2011
Might just be the web browser you're using.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

LDAP, issue wont upload to Server

Its not allow upload the ldif file to LDAP Server # ldapadd -x -W -D "cn=Admin,dc=linuxoperatingsystem,dc=info" -f /root/base.ldif Enter LDAP Password: ldap _sasl_bind(SIMPLE) : Can't contact LDAP server (-1) (1 Reply)
Discussion started by: zbest1966
1 Replies

2. Shell Programming and Scripting

Find files and upload to FTP Server

HI, I need a script to find new files that created after 6:00 from /home/ugh /demo/conn /UAT/d01 and upload them into ftp server according to system date: Please help me (1 Reply)
Discussion started by: refra
1 Replies

3. Shell Programming and Scripting

Generate file and Upload to SFTP server.

Xperts, My requirement is something like this, I have a sql script which i need to embed in a shell. The sql (oracle) script will generate a .csv file in some Unix directory. the approximate file size is around 10 mb which i need to upload to an sftp server. My concern here is how to make... (5 Replies)
Discussion started by: Showdown
5 Replies

4. Shell Programming and Scripting

upload file to webdav server

Hi all i have a such question this is my shell script my script must upload file to webdav server ////////////////////////////////////////////////////////////////////////////////////////////////////////////// #!/bin/sh ###... (1 Reply)
Discussion started by: knut
1 Replies

5. UNIX for Dummies Questions & Answers

How to upload to the unix server?

I am having problems uploading files to my new server. I am new at this so im sure im doing it wrong. I tried using wsftp but that didnt work. please help me!! (4 Replies)
Discussion started by: rdog157h
4 Replies
Login or Register to Ask a Question