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

  • Thread starter Thread starter Peter Waibel
  • Start date Start date
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
 
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.
 
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
 
Back
Top