Session Options/File Transfer/FTP/SFTP

SecureCRT


This category only appears if VanDyke Software's SecureFX® 3.0 (or newer) is also installed.

The File Transfer/FTP/SFTP category of the Session Options dialog allows you to control server and upload attributes for a given session.

Server parameters group

Operating system

Select the operating system used on the server. By default, this option is set to automatically detect the operating system on the server when connecting. This option allows you to override the automatic detection and specify a supported type.

Time zone

Select the time zone of the server. This information is used when translating file times from the server so that a more accurate comparison can be performed when comparing local file time and remote file times.

By default, this option is set to automatically detect the time zone of the server, if possible, using the server's connection reply. Many servers put time and date information in the initial reply text sent from the server, and SecureFX will attempt to determine time zone of the server from this text. If it fails to detect an appropriate time zone, the local time zone (i.e., the time zone in use on the client machine) is used by default.

Upload options group

Filename conversion

Choose the filename conversion rule that will be applied to uploaded files. The choices for this option are as follows:

·    Preserve case causes SecureFX to create the file on the remote machine using the filename exactly as it is stored on the local machine.

·    Uppercase causes the alphabetic characters in a filename to be converted to all uppercase.

·    Lowercase causes the alphabetic characters in a filename to be converted to all lowercase.

File creation mask (not available when using SFTP)

Enter a file creation mask (also called the UMASK) that will be used when a new file is uploaded to the FTP server. By default, this option is blank, which means that the UMASK command will not be sent to the FTP server, and the server will use the default UMASK setting for current logon.

The file creation mask is a value that is used to determine the default permissions settings for new files. This feature is usually only available on UNIX systems.

The value specified for the file creation mask is given in octal and is XORed on the remote system with the permissions of 666 for files and 777 for directories. For example, the value 002 would give complete access to the group and only read (and directory search) access to others. The value 022 would give only read (and directory search) access to the group and others.