Connect to users home directory using Netware FTP Server ?

Connect to users home directory using Netware FTP Server ?

The nice thing about the Netware FTP server is that you can connect 
to any NetWare server in the tree that you have access to from one FTP 
server connection. You can test this from a dos prompt 

FTP your.ftp.server 
.username.context 
password 

Once logged in, issue a 

cd \servervolumepath 

It should change to that server, you can confirm by issuing a PWD 
command to display the path. 

If you don’t connect , it could be that you don’t have access to that 
servervolumepath or the server running the FTP server is not utilizing 
SLP correctly to resolve server names. 

Inside stoneware, you can create the FTP node and for the path you can 
put in the UNC path of where you want to connect to. Depending on what 
path you are trying to connect to, you may want to install Hotfix3e for 
webNetwork, we added a special stoneware variable to handle the NetWare 
homedirectory slightly differently. With Hotfix3e you can put 
//@@ftphomedir@@ for the path and it will take the info from edir 
manipulate it and change the slashes around a bit. 

Currently there is an issue with Swift in version 4 that is being taken 
care of in webNetwork 5. It always issues a cd / at the beginning of 
the connection, thus if you leave the path blank it will automatically 
put in / . This causes a problem when you want it to have it default to 
the users homedirectory automatically. Normally when you FTP to a 
NetWare FTP server, if you don’t change the initial directory, it will 
default to your home directory. Which is what lead to creating the 
@@ftphomedir@@ variable.

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • What parameters to change for Netware FTP Server ?

        For webNetwork below 6.3.0.0 The ftp server needs to be put in standard Unix format for output.  You set the pseudo_server_flag=1 to put it in Unix mode. For webNetwork 6.3.0.178 and higher, set that flag to 0 for the Default Netware format. Below is ...
      • Novell SLES Pure FTP information

        Netware FTP had the ability to connect to a single ftp server running on netware and then change dir (cd) to another remote server. This used NCP. Suse Linux enterprise does not have this same feature in its FTP server. What can be done ? For Linux ...
      • How do a configure a ftp node to Netware ftp server in cluster ?

        This has been fixed in Hotfix3e so that @@ftphomedir@@ reads the users home dir, and then reads the cn listed in homedir to find the HostServer and HostResourceName and uses that info to build @@ftphomedir@@ This will then properly work with a ...
      • How do I connect to OES2 or Netware CIFS share ?

        *** Note ***After 6.3.0.198 it is not possible to have both Apple CIFS shares and Netware CIFS shares on the same system. This is do to the increased security in OS X. There are special parameters that are needed to make Netware CIFS to work and ...
      • What parameters to change for Microsoft FTP Server ?

        Swift node to Microsoft windows 2003 ftp server fails. with:  java.lang.NullPointerException  at java.util.Collections.sort(Unknown Source)  at com.stoneware.filesystem.u.a(Unknown Source)  at ...