Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show file names in File Transfer?

Tags:

phpstorm

PHPStorm has a nice File Transfer log:

[24.07.2014 12:36] Upload to server.net
[24.07.2014 12:36] Upload to server.net completed in less than a minute:
   1 file transferred (36,4 Kb/s)

Anyway I could make it show the name of the file it transferred?

like image 580
PiTheNumber Avatar asked Jul 24 '14 10:07

PiTheNumber


People also ask

Why are my files not showing names?

Windows 10 Select the View tab. Go to Options, and select the Change folder and search options. Select the View tab. In Advanced settings, select Show hidden files, folders, and drives.

How can I get a list of file names?

3. Type "dir /b > dirlist. txt" without quotes and press "Enter." This creates a list containing file names only. To include file sizes and dates, type "dir > dirlist.

How do you display file names?

Click the “View” tab on the ribbon. Activate the “File name extensions” box in the Show/hide section to toggle file extensions on or off.


2 Answers

Settings/Preferences on Mac | Build, Execution, Deployment | Deployment | Options

Change Operations logging level to a more detailed one (Details).

enter image description here

like image 107
LazyOne Avatar answered Nov 13 '22 23:11

LazyOne


Select File | Settings for Windows or select File | Default Settings for set option for all projects.

enter image description here

like image 44
DenisK Avatar answered Nov 13 '22 23:11

DenisK