"net use" command only for NetBIOS folder shares and NOT for Linux/remote ftp directories ?

P

Peter Waibel

As far as I noticed the Win command "net use" is only to connect shared folders
over NetBIOS protocol.

There is no way to use "net use" to connect to ftp directories which run on a remote Linux/Unix
system. Is this correct?

Peter
 
G

Guest

Correct. NET USE has nothing to do with FTP.

Depending on your requirements (uploading to webspace?) you could use an FTP
client such as Filezilla. http://filezilla.sourceforge.net

There is a Linux service called Samba which provides the netbios
functionality. However, the server administrator would have to activate this,
and it wouldn't normally be provided on Internet servers.
 
G

Gerald Vogt

John said:
net use x \\ftp.someserver.com\folder
net use x \\60.70.80.1\folder

That is accessing netbios shares across the internet not ftp. Not really
recommended and many ISPs block that anyway. It only works if the host
is setup for netbios file sharing. It does not work to access a folder
on an FTP server.
--
Gerald
Die neue deutsche Money-FAQ http://money.gvogt.de/

Software-Fingerprint:
01 fa 8c 7a f3 24 d7 f1 54 7b be 16 2a cc b0 61 27 15 91 71
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top