inSdeFeatures = "Database Connections\\wildfire.sde\\SDE.FMLOADER.IN_CURRENT_FIRE_POINTS_SVW"
But I've used this solution in the past where my password was embedded in the python script but save to my H drive...
if not os.path.exists(sdeLadder):
#arcpy.CreateArcSDEConnectionFile_management(r"T:\\", "TempLadder_ConnectionFile", "Ladder.idir.bcgov","5151","","OPERATING_SYSTEM_AUTH","","","","SDE.DEFAULT","SAVE_VERSION")
arcpy.CreateArcSDEConnectionFile_management(r"T:\\", "TempLadder_ConnectionFile", "Ladder.idir.bcgov","5151","","DATABASE_AUTH","idir\lgreentr","<MyPasswordHere>","","SDE.DEFAULT","SAVE_VERSION")
#arcpy.CreateArcSDEConnectionFile_management(r"T:\\", "TempBCGW_ConnectionFile", "
slkux1.env.gov.bc.ca","5153","","DATABASE_AUTH","lgreentr","<MypasswordHere>")
if not os.path.exists(sdeBCGW):
arcpy.CreateArcSDEConnectionFile_management(r"T:\\", "TempBCGW_ConnectionFile", "
slkux1.env.gov.bc.ca","5153","","DATABASE_AUTH","lgreentr","<MyPasswordHere>")
#arcpy.CreateArcSDEConnectionFile_management(r"T:\\", "TempBCGW_ConnectionFile", "
slkux1.env.gov.bc.ca","5153","","OPERATING_SYSTEM_AUTH","","","","SDE.DEFAULT","SAVE_VERSION")